Méthode | Description | |
---|---|---|
ApiLink ( this urlHelper, int id ) : |
||
ApiLink ( this urlHelper, int id, string controller, string routeName = "DefaultApi" ) : |
||
ApiLink ( this urlHelper, string controller ) : |
public static ApiLink ( this urlHelper, int id ) : |
||
urlHelper | this | |
id | int | |
Résultat |
public static ApiLink ( this urlHelper, int id, string controller, string routeName = "DefaultApi" ) : |
||
urlHelper | this | |
id | int | |
controller | string | |
routeName | string | |
Résultat |
public static ApiLink ( this urlHelper, string controller ) : |
||
urlHelper | this | |
controller | string | |
Résultat |