Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
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.