共用方式為


ScriptLink.EnableScriptGlobalization Property

Gets or sets a value that indicates whether the ScriptLink control renders script that supports parsing and formatting of culture-specific information.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Shared Property EnableScriptGlobalization As Boolean
    Get
    Set
'Usage
Dim value As Boolean

value = ScriptLink.EnableScriptGlobalization

ScriptLink.EnableScriptGlobalization = value
public static bool EnableScriptGlobalization { get; set; }

Property Value

Type: System.Boolean
true if the the ScriptLink supports globalization; otherwise, false.

See Also

Reference

ScriptLink Class

ScriptLink Members

Microsoft.SharePoint.WebControls Namespace