WebFormsRootDesigner.RemoveClientScriptFromDocument Method (String)

 

Removes the specified client script from the document at design time.

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

Public MustOverride Sub RemoveClientScriptFromDocument (
	clientScriptId As String
)

Parameters

clientScriptId
Type: System.String

The identifier for the previously registered client script.

.NET Framework
Available since 2.0
Return to top
Show: