URLHelperRemoveExtension Method |
Removes the potential extension from the given path.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax public static string RemoveExtension(
string path
)
Parameters
- path
- Type: SystemString
Path to process
Return Value
Type:
StringSee Also