AjaxHelper.GlobalizationScriptPath Property
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)
'Declaration Public Shared Property GlobalizationScriptPath As String Get Set 'Usage Dim value As String value = AjaxHelper.GlobalizationScriptPath AjaxHelper.GlobalizationScriptPath = value
Property Value
Type: System.StringThe location of the folder where globalization script files are stored. The default location is "~/Scripts/Globalization".
Show: