C# 클래스 InspectR.Helpers.InspectRUrlHelperExtensions

파일 보기 프로젝트 열기: remcoros/InspectR

공개 메소드들

메소드 설명
Create ( this url, bool isprivate = false ) : string
FullLogUrl ( this url, string key ) : string
Index ( this url ) : string
Inspect ( this url, string key ) : string
Log ( this url, string key ) : string

메소드 상세

Create() 공개 정적인 메소드

public static Create ( this url, bool isprivate = false ) : string
url this
isprivate bool
리턴 string

FullLogUrl() 공개 정적인 메소드

public static FullLogUrl ( this url, string key ) : string
url this
key string
리턴 string

Index() 공개 정적인 메소드

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

Inspect() 공개 정적인 메소드

public static Inspect ( this url, string key ) : string
url this
key string
리턴 string

Log() 공개 정적인 메소드

public static Log ( this url, string key ) : string
url this
key string
리턴 string