OutputCache.DefaultProviderName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得設定用於輸出快取區的預設提供者名稱。
public:
static property System::String ^ DefaultProviderName { System::String ^ get(); };
public static string DefaultProviderName { get; }
static member DefaultProviderName : string
Public Shared ReadOnly Property DefaultProviderName As String
屬性值
預設提供者的名稱。
備註
根據預設,所有 HTTP 回應、轉譯的頁面和控制項都會使用 AspNetInternalProvider
記憶體內部輸出快取提供者。 若要使用不同的提供者,請將 defaultProvider
屬性設定為替代提供者的名稱。