Share via


AspNetRequestScopeStorageProvider.RequestScope Property

Definition

Gets the dictionary to store data in the request scope.

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

Property Value

The dictionary that stores request scope data.

Applies to