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
- ctrl
Type: System.Web.UI.Control
- page
Type: System.Web.UI.Page
- name
Type: System.String
- localizable
Type: System.Boolean