Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Canonicalize
Strategies
NoTrailingSlashStrategy
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