Interface IScopeAccessor
Namespace: Umbraco.Cms.Infrastructure.Scoping
Assembly: Umbraco.Infrastructure.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.