C# Class Canonicalize.Strategies.LowercaseStrategy

URL canonicalization strategy enforcing that all characters in the path are lower case.
Inheritance: IUrlStrategy
Afficher le fichier Open project: schourode/canonicalize Class Usage Examples

Méthodes publiques

Méthode Description
Apply ( UriBuilder uri ) : void

Converts any upper case characters in the path segment of the URL to their lower case equivalent.

Method Details

Apply() public méthode

Converts any upper case characters in the path segment of the URL to their lower case equivalent.
public Apply ( UriBuilder uri ) : void
uri System.UriBuilder The URL to be canonicalized.
Résultat void