Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the root path for the location to use for globalization script files.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Shared Property GlobalizationScriptPath As String
Get
Set
public static string GlobalizationScriptPath { get; set; }
public:
static property String^ GlobalizationScriptPath {
String^ get ();
void set (String^ value);
}
Property Value
Type: System.String
The location of the folder where globalization script files are stored. The default location is "~/Scripts/Globalization".