C# 클래스 WebApiDemo.Extensions

파일 보기 프로젝트 열기: smichelotti/WebAPI-presentation

공개 메소드들

메소드 설명
ApiLink ( this urlHelper, int id ) : Uri
ApiLink ( this urlHelper, int id, string controller, string routeName = "DefaultApi" ) : Uri
ApiLink ( this urlHelper, string controller ) : Uri

메소드 상세

ApiLink() 공개 정적인 메소드

public static ApiLink ( this urlHelper, int id ) : Uri
urlHelper this
id int
리턴 System.Uri

ApiLink() 공개 정적인 메소드

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

ApiLink() 공개 정적인 메소드

public static ApiLink ( this urlHelper, string controller ) : Uri
urlHelper this
controller string
리턴 System.Uri