C# Class HalJsonNet.Configuration.Link

Show file Open project: kekekeks/hal-json-net Class Usage Examples

Public Methods

Method Description
GetHref ( object target ) : string
Link ( string>.Func linkGetter, bool templated = false ) : System
Link ( string link, bool templated = false ) : System

Method Details

GetHref() public method

public GetHref ( object target ) : string
target object
return string

Link() public method

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

Link() public method

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