Interface IAmbientScopeContextStack
Namespace: Umbraco.Cms.Infrastructure.Scoping
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IAmbientScopeContextStack
Properties
View SourceAmbientContext
Declaration
IScopeContext AmbientContext { get; }
Property Value
Type | Description |
---|---|
IScopeContext |
Methods
View SourcePop()
Declaration
IScopeContext Pop()
Returns
Type | Description |
---|---|
IScopeContext |
Push(IScopeContext)
Declaration
void Push(IScopeContext scope)
Parameters
Type | Name | Description |
---|---|---|
IScopeContext | scope |