C# Класс Nvelope.Web.UriExtensions

Показать файл Открыть проект

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

Метод Описание
AddParameter ( this uri, string key, string value ) : Uri

Adds parameter to a uri.

ToStringWithoutSlash ( this uri ) : string

Output URI as a string without a slash at the end of the path

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

AddParameter() публичный статический Метод

Adds parameter to a uri.
public static AddParameter ( this uri, string key, string value ) : Uri
uri this
key string Key of the parameter to add.
value string Value of the parameter to add.
Результат System.Uri

ToStringWithoutSlash() публичный статический Метод

Output URI as a string without a slash at the end of the path
public static ToStringWithoutSlash ( this uri ) : string
uri this
Результат string