StaticPartialCachingControl.BuildCachedControl 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在用户控件(.ascx 文件)中生成一个 StaticPartialCachingControl 对象,并将其添加到用作容器的服务器控件。
重载
BuildCachedControl(Control, String, String, Int32, String, String, String, BuildMethod) |
使用在用户控件(.ascx 文件)中指定的参数生成一个 StaticPartialCachingControl 对象,并将其作为已分析的子对象添加到用作容器的服务器控件。 |
BuildCachedControl(Control, String, String, Int32, String, String, String, String, BuildMethod) |
使用在用户控件(.ascx 文件)中指定的参数生成一个 StaticPartialCachingControl 对象,并将其作为已分析的子对象添加到用作容器的服务器控件。 |
BuildCachedControl(Control, String, String, Int32, String, String, String, String, BuildMethod, String) |
为 .ascx 文件中定义的控件生成 StaticPartialCachingControl 类的新实例。 |
BuildCachedControl(Control, String, String, Int32, String, String, String, BuildMethod)
使用在用户控件(.ascx 文件)中指定的参数生成一个 StaticPartialCachingControl 对象,并将其作为已分析的子对象添加到用作容器的服务器控件。
public:
static void BuildCachedControl(System::Web::UI::Control ^ parent, System::String ^ ctrlID, System::String ^ guid, int duration, System::String ^ varyByParams, System::String ^ varyByControls, System::String ^ varyByCustom, System::Web::UI::BuildMethod ^ buildMethod);
public static void BuildCachedControl (System.Web.UI.Control parent, string ctrlID, string guid, int duration, string varyByParams, string varyByControls, string varyByCustom, System.Web.UI.BuildMethod buildMethod);
static member BuildCachedControl : System.Web.UI.Control * string * string * int * string * string * string * System.Web.UI.BuildMethod -> unit
Public Shared Sub BuildCachedControl (parent As Control, ctrlID As String, guid As String, duration As Integer, varyByParams As String, varyByControls As String, varyByCustom As String, buildMethod As BuildMethod)
参数
- parent
- Control
要包含 StaticPartialCachingControl 实例的服务器控件。
- ctrlID
- String
ASP.NET 为控件分配的标识符。
- guid
- String
缓存控件的全局唯一标识符。
- duration
- Int32
对控件的输出进行缓存的时间长度。
- varyByParams
- String
查询字符串或窗体 POST 参数字符串,用于区分缓存中的服务器控件。
- varyByControls
- String
一个字符串,列出了用以区别缓存中的用户控件的服务器控件属性。
- varyByCustom
- String
含有自定义输出缓存参数值的用户定义的字符串。
- buildMethod
- BuildMethod
可调用方法生成控件的委托。
注解
该方法BuildCachedControl生成与Microsoft SQL Server数据库表没有关系的缓存控件。
该方法 BuildCachedControl 旨在由 ASP.NET 页面框架使用,不应由开发人员直接调用。
另请参阅
适用于
BuildCachedControl(Control, String, String, Int32, String, String, String, String, BuildMethod)
使用在用户控件(.ascx 文件)中指定的参数生成一个 StaticPartialCachingControl 对象,并将其作为已分析的子对象添加到用作容器的服务器控件。
public:
static void BuildCachedControl(System::Web::UI::Control ^ parent, 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 static void BuildCachedControl (System.Web.UI.Control parent, string ctrlID, string guid, int duration, string varyByParams, string varyByControls, string varyByCustom, string sqlDependency, System.Web.UI.BuildMethod buildMethod);
static member BuildCachedControl : System.Web.UI.Control * string * string * int * string * string * string * string * System.Web.UI.BuildMethod -> unit
Public Shared Sub BuildCachedControl (parent As Control, ctrlID As String, guid As String, duration As Integer, varyByParams As String, varyByControls As String, varyByCustom As String, sqlDependency As String, buildMethod As BuildMethod)
参数
- parent
- Control
要包含 StaticPartialCachingControl 实例的服务器控件。
- ctrlID
- String
ASP.NET 为控件分配的标识符。
- guid
- String
缓存控件的全局唯一标识符。
- duration
- Int32
对控件的输出进行缓存的时间长度。
- varyByParams
- String
查询字符串或窗体 POST 参数字符串,用于区分缓存中的服务器控件。
- varyByControls
- String
一个字符串,列出了用以区别缓存中的用户控件的服务器控件属性。
- varyByCustom
- String
含有自定义输出缓存参数值的用户定义的字符串。
- sqlDependency
- String
由分号分隔的字符串,指定用于 Microsoft SQL Server 缓存依赖项的数据库和表。
- buildMethod
- BuildMethod
可调用方法生成控件的委托。
注解
该方法BuildCachedControl生成与参数指定的sqlDependency
SQL Server数据库表的关系的缓存控件。
该方法 StaticPartialCachingControl 旨在由 ASP.NET 页面框架使用,不应由开发人员直接调用。
另请参阅
适用于
BuildCachedControl(Control, String, String, Int32, String, String, String, String, BuildMethod, String)
为 .ascx 文件中定义的控件生成 StaticPartialCachingControl 类的新实例。
public:
static void BuildCachedControl(System::Web::UI::Control ^ parent, 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 static void BuildCachedControl (System.Web.UI.Control parent, string ctrlID, string guid, int duration, string varyByParams, string varyByControls, string varyByCustom, string sqlDependency, System.Web.UI.BuildMethod buildMethod, string providerName);
static member BuildCachedControl : System.Web.UI.Control * string * string * int * string * string * string * string * System.Web.UI.BuildMethod * string -> unit
Public Shared Sub BuildCachedControl (parent As Control, 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)
参数
- parent
- Control
服务器控件,用作 StaticPartialCachingControl 实例的容器。
- ctrlID
- String
ASP.NET 向控件分配的 ID。
- guid
- String
缓存控件的全局唯一标识符 (GUID)。
- duration
- Int32
对控件的输出进行缓存的时间长度。
- varyByParams
- String
查询字符串或窗体 POST 参数字符串,用以区分缓存中的用户控件。
- varyByControls
- String
一个字符串,列出了用以区别缓存中的用户控件的服务器控件属性。
- varyByCustom
- String
含有自定义输出缓存参数值的用户定义的字符串。
- sqlDependency
- String
由分号分隔的字符串,指定用于 Microsoft SQL Server 缓存依赖项的数据库和表。
- buildMethod
- BuildMethod
调用控件生成方法的委托。
- providerName
- String
用于存储输出缓存控件的提供程序的名称。