共用方式為


AspNetRequestScopeStorageProvider.CurrentScope 屬性

定義

取得或設定字典,以便將資料儲存於目前的領域中。

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)

屬性值

儲存目前領域資料的字典。

實作

適用於