共用方式為


AspNetRequestScopeStorageProvider 類別

定義

定義 ASP.NET 要求領域存放區提供者。

public class AspNetRequestScopeStorageProvider : System.Web.WebPages.Scope.IScopeStorageProvider
type AspNetRequestScopeStorageProvider = class
    interface IScopeStorageProvider
Public Class AspNetRequestScopeStorageProvider
Implements IScopeStorageProvider
繼承
AspNetRequestScopeStorageProvider
實作

建構函式

AspNetRequestScopeStorageProvider()

初始化 AspNetRequestScopeStorageProvider 類別的新執行個體。

屬性

ApplicationScope

取得字典,以便將資料儲存於應用程式領域中。

CurrentScope

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

GlobalScope

取得字典,以便將資料儲存於全域領域中。

RequestScope

取得字典,以便將資料儲存於要求領域中。

適用於