ClientScriptManager::IsClientScriptBlockRegistered Method

 

Determines whether the client script block is registered with the Page object.

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

NameDescription
System_CAPS_pubmethodIsClientScriptBlockRegistered(String^)

Determines whether the client script block is registered with the Page object using the specified key.

System_CAPS_pubmethodIsClientScriptBlockRegistered(Type^, String^)

Determines whether the client script block is registered with the Page object using a key and type.

Return to top
Show: