ScriptLink.Register method (Control, Page, String, Boolean)

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Sub Register ( _
    ctrl As Control, _
    page As Page, _
    name As String, _
    localizable As Boolean _
)
'Usage
Dim ctrl As Control
Dim page As Page
Dim name As String
Dim localizable As BooleanScriptLink.Register(ctrl, page, name, localizable)
public static void Register(
    Control ctrl,
    Page page,
    string name,
    bool localizable
)

Parameters

See also

Reference

ScriptLink class

ScriptLink members

Register overload

Microsoft.SharePoint.WebControls namespace