C# 클래스 HalJsonNet.Configuration.Link

파일 보기 프로젝트 열기: kekekeks/hal-json-net 1 사용 예제들

공개 메소드들

메소드 설명
GetHref ( object target ) : string
Link ( string>.Func linkGetter, bool templated = false ) : System
Link ( string link, bool templated = false ) : System

메소드 상세

GetHref() 공개 메소드

public GetHref ( object target ) : string
target object
리턴 string

Link() 공개 메소드

public Link ( string>.Func linkGetter, bool templated = false ) : System
linkGetter string>.Func
templated bool
리턴 System

Link() 공개 메소드

public Link ( string link, bool templated = false ) : System
link string
templated bool
리턴 System