Click or drag to resize
AlternativeUrlHelperNormalizeAlternativeUrlInternal Method
Ensures correct format of the alternativeUrl.

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
protected virtual NormalizedAlternativeUrl NormalizeAlternativeUrlInternal(
	string alternativeUrl
)

Parameters

alternativeUrl
Type: SystemString

Return Value

Type: NormalizedAlternativeUrl
See Also