StaticPartialCachingControl 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 StaticPartialCachingControl 物件,以包含快取的伺服器控制項內容。
多載
StaticPartialCachingControl(String, String, Int32, String, String, String, BuildMethod)
建立 StaticPartialCachingControl 物件,以包含快取的伺服器控制項內容。
public:
StaticPartialCachingControl(System::String ^ ctrlID, System::String ^ guid, int duration, System::String ^ varyByParams, System::String ^ varyByControls, System::String ^ varyByCustom, System::Web::UI::BuildMethod ^ buildMethod);
public StaticPartialCachingControl (string ctrlID, string guid, int duration, string varyByParams, string varyByControls, string varyByCustom, System.Web.UI.BuildMethod buildMethod);
new System.Web.UI.StaticPartialCachingControl : string * string * int * string * string * string * System.Web.UI.BuildMethod -> System.Web.UI.StaticPartialCachingControl
Public Sub New (ctrlID As String, guid As String, duration As Integer, varyByParams As String, varyByControls As String, varyByCustom As String, buildMethod As BuildMethod)
參數
- ctrlID
- String
ASP.NET 指派給伺服器控制項的識別項。
- guid
- String
從伺服器控制項傳遞的全域唯一識別碼。
- duration
- Int32
伺服器控制項保留在快取中的時間長度。
- varyByParams
- String
查詢字串或表單 POST 參數的字串,用來變更快取中的使用者控制項。
- varyByControls
- String
伺服器控制項屬性的字串,用來變更快取中的使用者控制項。
- varyByCustom
- String
使用者定義的字串,其中包含自訂輸出快取參數值。
- buildMethod
- BuildMethod
呼叫方法來建立 StaticPartialCachingControl 的委派。
備註
建 StaticPartialCachingControl 構函式適用于 ASP.NET 網頁架構,不應由開發人員直接呼叫。
另請參閱
適用於
StaticPartialCachingControl(String, String, Int32, String, String, String, String, BuildMethod)
建立 StaticPartialCachingControl 物件,以包含快取的伺服器控制項內容。
public:
StaticPartialCachingControl(System::String ^ ctrlID, System::String ^ guid, int duration, System::String ^ varyByParams, System::String ^ varyByControls, System::String ^ varyByCustom, System::String ^ sqlDependency, System::Web::UI::BuildMethod ^ buildMethod);
public StaticPartialCachingControl (string ctrlID, string guid, int duration, string varyByParams, string varyByControls, string varyByCustom, string sqlDependency, System.Web.UI.BuildMethod buildMethod);
new System.Web.UI.StaticPartialCachingControl : string * string * int * string * string * string * string * System.Web.UI.BuildMethod -> System.Web.UI.StaticPartialCachingControl
Public Sub New (ctrlID As String, guid As String, duration As Integer, varyByParams As String, varyByControls As String, varyByCustom As String, sqlDependency As String, buildMethod As BuildMethod)
參數
- ctrlID
- String
ASP.NET 指派給伺服器控制項的識別項。
- guid
- String
從伺服器控制項傳遞的全域唯一識別碼。
- duration
- Int32
伺服器控制項保留在快取中的時間長度。
- varyByParams
- String
查詢字串或表單 POST 參數的字串,用來變更快取中的使用者控制項。
- varyByControls
- String
伺服器控制項屬性的字串,用來變更快取中的使用者控制項。
- varyByCustom
- String
使用者定義的字串,其中包含自訂輸出快取參數值。
- sqlDependency
- String
以分號分隔的字串,可指定要針對 Microsoft SQL Server 快取相依性使用的資料庫與資料表。
- buildMethod
- BuildMethod
呼叫方法來建立 StaticPartialCachingControl 的委派。
備註
建 StaticPartialCachingControl 構函式適用于 ASP.NET 網頁架構,不應由開發人員直接呼叫。
另請參閱
適用於
StaticPartialCachingControl(String, String, Int32, String, String, String, String, BuildMethod, String)
針對 .ascx 檔中定義的控制項,初始化 StaticPartialCachingControl 類別的新執行個體。
public:
StaticPartialCachingControl(System::String ^ ctrlID, System::String ^ guid, int duration, System::String ^ varyByParams, System::String ^ varyByControls, System::String ^ varyByCustom, System::String ^ sqlDependency, System::Web::UI::BuildMethod ^ buildMethod, System::String ^ providerName);
public StaticPartialCachingControl (string ctrlID, string guid, int duration, string varyByParams, string varyByControls, string varyByCustom, string sqlDependency, System.Web.UI.BuildMethod buildMethod, string providerName);
new System.Web.UI.StaticPartialCachingControl : string * string * int * string * string * string * string * System.Web.UI.BuildMethod * string -> System.Web.UI.StaticPartialCachingControl
Public Sub New (ctrlID As String, guid As String, duration As Integer, varyByParams As String, varyByControls As String, varyByCustom As String, sqlDependency As String, buildMethod As BuildMethod, providerName As String)
參數
- ctrlID
- String
ASP.NET 指派給控制項的識別項。
- guid
- String
快取控制項的全域唯一識別項 (GUID)。
- duration
- Int32
快取控制項輸出的時間長度。
- varyByParams
- String
查詢字串或表單 POST 參數的字串,用來變更快取中的使用者控制項。
- varyByControls
- String
列出伺服器控制屬性 (Property) 的字串,用於變更快取中的使用者控制項。
- varyByCustom
- String
使用者定義的字串,其中包含自訂輸出快取參數值。
- sqlDependency
- String
以分號分隔的字串,可指定要針對 Microsoft SQL Server 快取相依性使用的資料庫與資料表。
- buildMethod
- BuildMethod
委派,會呼叫建置控制項的方法。
- providerName
- String
用來儲存輸出快取控制項的提供者名稱。
備註
您可以宣告方式或使用 PartialCachingAttribute 程式碼中的 來指定控制項的輸出快取提供者。