C# 클래스 AppfailReporting.Helpers.UrlHelpers

파일 보기 프로젝트 열기: skroonenburg/AppFail-ASP.NET

공개 메소드들

메소드 설명
NormalizeUrl ( this url ) : string
UrlContains ( string url, string value ) : bool
UrlStartsWith ( string url, string value ) : bool
UrlsAreEqual ( string urlA, string urlB ) : bool

메소드 상세

NormalizeUrl() 공개 정적인 메소드

public static NormalizeUrl ( this url ) : string
url this
리턴 string

UrlContains() 공개 정적인 메소드

public static UrlContains ( string url, string value ) : bool
url string
value string
리턴 bool

UrlStartsWith() 공개 정적인 메소드

public static UrlStartsWith ( string url, string value ) : bool
url string
value string
리턴 bool

UrlsAreEqual() 공개 정적인 메소드

public static UrlsAreEqual ( string urlA, string urlB ) : bool
urlA string
urlB string
리턴 bool