Interface IScopeAccessor
Provides access to the ambient scope.
Namespace: Umbraco.Core.Scoping
Assembly: Umbraco.Core.dll
Syntax
public interface IScopeAccessor
Properties
View SourceAmbientScope
Gets the ambient scope.
Declaration
IScope AmbientScope { get; }
Property Value
Type | Description |
---|---|
IScope |
Remarks
Returns null
if there is no ambient scope.