ScriptLink.RegisterCore method (Control, Page, Boolean)

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

Syntax

'Declaration
Public Shared Sub RegisterCore ( _
    ctrl As Control, _
    page As Page, _
    defer As Boolean _
)
'Usage
Dim ctrl As Control
Dim page As Page
Dim defer As BooleanScriptLink.RegisterCore(ctrl, page, defer)
public static void RegisterCore(
    Control ctrl,
    Page page,
    bool defer
)

Parameters

See also

Reference

ScriptLink class

ScriptLink members

RegisterCore overload

Microsoft.SharePoint.WebControls namespace