Click or drag to resize
URLHelperRemoveExtension Method
Removes the potential extension from the given path.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string RemoveExtension(
	string path
)

Parameters

path
Type: SystemString
Path to process

Return Value

Type: String
See Also