Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IAmbientScopeContextStack

    Namespace: Umbraco.Cms.Infrastructure.Scoping
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface IAmbientScopeContextStack

    Properties

    View Source

    AmbientContext

    Declaration
    IScopeContext AmbientContext { get; }
    Property Value
    Type Description
    IScopeContext

    Methods

    View Source

    Pop()

    Declaration
    IScopeContext Pop()
    Returns
    Type Description
    IScopeContext
    View Source

    Push(IScopeContext)

    Declaration
    void Push(IScopeContext scope)
    Parameters
    Type Name Description
    IScopeContext scope
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • AmbientContext
    • Methods
      • Pop()
      • Push(IScopeContext)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX