C# Class InspectR.Helpers.InspectRUrlHelperExtensions

Datei anzeigen Open project: remcoros/InspectR

Public Methods

Method Description
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

Method Details

Create() public static method

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

FullLogUrl() public static method

public static FullLogUrl ( this url, string key ) : string
url this
key string
return string

Index() public static method

public static Index ( this url ) : string
url this
return string

Inspect() public static method

public static Inspect ( this url, string key ) : string
url this
key string
return string

Log() public static method

public static Log ( this url, string key ) : string
url this
key string
return string