ClientScriptManager::RegisterClientScriptBlock Method

 

Registers the client script with the Page object.

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

NameDescription
System_CAPS_pubmethodRegisterClientScriptBlock(Type^, String^, String^)

Registers the client script with the Page object using a type, key, and script literal.

System_CAPS_pubmethodRegisterClientScriptBlock(Type^, String^, String^, Boolean)

Registers the client script with the Page object using a type, key, script literal, and Boolean value indicating whether to add script tags.

Return to top
Show: