C# 클래스 OpenRasta.Web.UriExtensions

파일 보기 프로젝트 열기: Huddle/openrasta-stable

공개 메소드들

메소드 설명
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