C# Class InspectR.Helpers.InspectRUrlHelperExtensions

Afficher le fichier Open project: remcoros/InspectR

Méthodes publiques

Méthode 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 méthode

public static Create ( this url, bool isprivate = false ) : string
url this
isprivate bool
Résultat string

FullLogUrl() public static méthode

public static FullLogUrl ( this url, string key ) : string
url this
key string
Résultat string

Index() public static méthode

public static Index ( this url ) : string
url this
Résultat string

Inspect() public static méthode

public static Inspect ( this url, string key ) : string
url this
key string
Résultat string

Log() public static méthode

public static Log ( this url, string key ) : string
url this
key string
Résultat string