C# Class IdentityAdmin.Extensions.UrlHelperExtensions

Afficher le fichier Open project: IdentityServer/IdentityServer3.Admin

Méthodes publiques

Méthode Description
RelativeLink ( this urlHelper, string routeName ) : string
RelativeLink ( this urlHelper, string routeName, object routeValues ) : string

Method Details

RelativeLink() public static méthode

public static RelativeLink ( this urlHelper, string routeName ) : string
urlHelper this
routeName string
Résultat string

RelativeLink() public static méthode

public static RelativeLink ( this urlHelper, string routeName, object routeValues ) : string
urlHelper this
routeName string
routeValues object
Résultat string