ScriptLink.Defer property
Gets or sets whether to defer downloading the core.js file, that is, to fetch core.js asynchronously.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Defer As Boolean
Get
Set
'Usage
Dim instance As ScriptLink
Dim value As Boolean
value = instance.Defer
instance.Defer = value
public bool Defer { get; set; }
Property value
Type: System.Boolean
If true, defer downloading the core.js file; otherwise, false.