Table of Contents

Interface IWebPageUrlPathSlugNormalizer

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

Normalizes the page URL slug.

public interface IWebPageUrlPathSlugNormalizer
Extension Methods

Remarks

The interface does not support custom implementation.

Methods

Normalize(string)

Normalizes the page URL slug.

string Normalize(string pageUrlSlug)

Parameters

pageUrlSlug string

Page URL slug to normalize.

Returns

string

Returns normalized page URL slug with correct length, without invalid URL characters.