Interface IVanityUrlPathNormalizer
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
stringVanity URL path to normalize.
Returns
- string
Returns normalized vanity URL path with correct length, without invalid URL characters.