共用方式為


ScriptLink.ManageAxdScripts property

Indicates whether scripts registered with the ASP.net ScriptManager should be rendered with other scripts registered in the ScriptLink

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

Syntax

'Declaration
Public Property ManageAxdScripts As Boolean
    Get
    Set
'Usage
Dim instance As ScriptLink
Dim value As Boolean

value = instance.ManageAxdScripts

instance.ManageAxdScripts = value
public bool ManageAxdScripts { get; set; }

Property value

Type: System.Boolean
Returns Boolean.

See also

Reference

ScriptLink class

ScriptLink members

Microsoft.SharePoint.WebControls namespace