C# Class WebApiDemo.Extensions

Afficher le fichier Open project: smichelotti/WebAPI-presentation

Méthodes publiques

Méthode Description
ApiLink ( this urlHelper, int id ) : Uri
ApiLink ( this urlHelper, int id, string controller, string routeName = "DefaultApi" ) : Uri
ApiLink ( this urlHelper, string controller ) : Uri

Method Details

ApiLink() public static méthode

public static ApiLink ( this urlHelper, int id ) : Uri
urlHelper this
id int
Résultat System.Uri

ApiLink() public static méthode

public static ApiLink ( this urlHelper, int id, string controller, string routeName = "DefaultApi" ) : Uri
urlHelper this
id int
controller string
routeName string
Résultat System.Uri

ApiLink() public static méthode

public static ApiLink ( this urlHelper, string controller ) : Uri
urlHelper this
controller string
Résultat System.Uri