C# Class Canonicalize.Strategies.LowercaseStrategy

URL canonicalization strategy enforcing that all characters in the path are lower case.
Inheritance: IUrlStrategy
ファイルを表示 Open project: schourode/canonicalize Class Usage Examples

Public Methods

Method 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 method

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.
return void