Anchor

Represents an anchor link.

Used to attach object to one another with a particular relation.

Anchor Properties

Anchor

Field Type Inherited from Description
Href String Anchor Gets or sets the href.
Text String Anchor Gets or sets the text.

JSON Structure of Anchor

{
   "Href"	:	"String",
   "Text"	:	"String"
}