C# Class IdentityAdmin.Extensions.UrlHelperExtensions

ファイルを表示 Open project: IdentityServer/IdentityServer3.Admin

Public Methods

Method Description
RelativeLink ( this urlHelper, string routeName ) : string
RelativeLink ( this urlHelper, string routeName, object routeValues ) : string

Method Details

RelativeLink() public static method

public static RelativeLink ( this urlHelper, string routeName ) : string
urlHelper this
routeName string
return string

RelativeLink() public static method

public static RelativeLink ( this urlHelper, string routeName, object routeValues ) : string
urlHelper this
routeName string
routeValues object
return string