Table of Contents

Interface IVanityUrlPathNormalizer

Namespace
CMS.Websites.Routing
Assembly
CMS.Websites.dll

Normalizes the vanity URL path.

public interface IVanityUrlPathNormalizer
Extension Methods

Remarks

The interface does not support custom implementation.

Methods

Normalize(string)

Normalizes the vanity URL path.

string Normalize(string vanityUrlPath)

Parameters

vanityUrlPath string

Vanity URL path to normalize.

Returns

string

Returns normalized vanity URL path with correct length, without invalid URL characters.