Compartilhar via


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)
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.

See Also

Reference

ScriptLink Class

ScriptLink Members

Microsoft.SharePoint.WebControls Namespace