C# Класс Canonicalize.Strategies.NoTrailingSlashStrategy

URL canonicalization strategy removing trailing slash characters from the end of the path.
Наследование: IUrlStrategy
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Apply ( UriBuilder uri ) : void

Removes any forward slashes (/) from the end of the part segment of the URL.

Описание методов

Apply() публичный Метод

Removes any forward slashes (/) from the end of the part segment of the URL.
public Apply ( UriBuilder uri ) : void
uri System.UriBuilder The URL to be canonicalized.
Результат void