ScriptReferenceBase.ReplaceExtension Method (String)
.NET Framework (current version)
Replaces the file-name extension in the specified script path to designate a debug script.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- pathOrName
-
Type:
System.String
The full path of the script to rename. The path must end with ".js".
Return Value
Type: System.StringA string that contains the path of the script with the debug extension.
This method assumes that the script has a ".js" extension. It then replaces the extension with ".debug.js".
.NET Framework
Available since 3.5
Available since 3.5
Show: