AspNetRequestScopeStorageProvider.CurrentScope Property

Definition

Gets or sets the dictionary to store data in the current scope.

public System.Collections.Generic.IDictionary<object,object> CurrentScope { get; set; }
member this.CurrentScope : System.Collections.Generic.IDictionary<obj, obj> with get, set
Public Property CurrentScope As IDictionary(Of Object, Object)

Property Value

The dictionary that stores current scope data.

Implements

Applies to