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

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

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

Метод Описание
EnsureHasTrailingSlash ( this uri ) : Uri
ForView ( this uri, string viewName ) : Uri
GetSegments ( this uri ) : string[]
IgnoreAuthority ( this uri ) : Uri
IgnorePortAndAuthority ( this uri ) : Uri
IgnoreSchemePortAndAuthority ( this uri ) : Uri
MakeAbsolute ( this uri, Uri baseUri ) : Uri
MakeAbsolute ( this uri, string baseUri ) : Uri
ReplaceAuthority ( this uri, Uri baseUri ) : Uri

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

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

public static EnsureHasTrailingSlash ( this uri ) : Uri
uri this
Результат System.Uri

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

public static ForView ( this uri, string viewName ) : Uri
uri this
viewName string
Результат System.Uri

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

public static GetSegments ( this uri ) : string[]
uri this
Результат string[]

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

public static IgnoreAuthority ( this uri ) : Uri
uri this
Результат System.Uri

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

public static IgnorePortAndAuthority ( this uri ) : Uri
uri this
Результат System.Uri

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

public static IgnoreSchemePortAndAuthority ( this uri ) : Uri
uri this
Результат System.Uri

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

public static MakeAbsolute ( this uri, Uri baseUri ) : Uri
uri this
baseUri System.Uri
Результат System.Uri

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

public static MakeAbsolute ( this uri, string baseUri ) : Uri
uri this
baseUri string
Результат System.Uri

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

public static ReplaceAuthority ( this uri, Uri baseUri ) : Uri
uri this
baseUri System.Uri
Результат System.Uri