Click or drag to resize
DocumentAliasInfoProviderGetNormalizedUrlPathInternal Method
Returns URL path without MVC or ROUTE prefix

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual string GetNormalizedUrlPathInternal(
	string urlPath
)

Parameters

urlPath
Type: SystemString
URL path

Return Value

Type: String
See Also