Click or drag to resize
ILink Interface

[This is preliminary documentation and is subject to change.]

Represents a hypermedia link, as per http://amundsen.com/media-types/collection/format/#arrays-links

Namespace: NForza.Transit
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
public interface ILink

The ILink type exposes the following members.

Methods
  NameDescription
Public methodToDictionary
Converts the link to a dictionary.
Top
Properties
  NameDescription
Public propertyHref
Gets the href.
Public propertyName
Gets the name.
Public propertyPrompt
Gets the prompt.
Public propertyRel
Gets the rel.
Public propertyRender
Gets the render semantic
Top
See Also