StaticPartialCachingControl::BuildCachedControl Method

 

Builds a StaticPartialCachingControl object in the user control (.ascx file) and adds it to the containing server control.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticBuildCachedControl(Control^, String^, String^, Int32, String^, String^, String^, BuildMethod^)

This API supports the product infrastructure and is not intended to be used directly from your code. Builds a StaticPartialCachingControl object with the parameters specified in the user control (.ascx file) and adds it as a parsed sub-object to the containing server control.

System_CAPS_pubmethodSystem_CAPS_staticBuildCachedControl(Control^, String^, String^, Int32, String^, String^, String^, String^, BuildMethod^)

This API supports the product infrastructure and is not intended to be used directly from your code. Builds a StaticPartialCachingControl object with the parameters specified in the user control (.ascx file) and adds it as a parsed sub-object to the containing server control.

System_CAPS_pubmethodSystem_CAPS_staticBuildCachedControl(Control^, String^, String^, Int32, String^, String^, String^, String^, BuildMethod^, String^)

Builds a new instance of the StaticPartialCachingControl class, for a control that is defined in an .ascx file.

Return to top
Show: