Click or drag to resize
ResourceObject Properties
This API is preliminary and subject to change.

The ResourceObject type exposes the following members.

Properties
  NameDescription
Public propertyExtensionData
Gets a map of object properties which did not map to another field or property during JSON deserialization. The keys of the map represent the property names, and the values are JToken instances containing the parsed JSON values.
(Inherited from ExtensibleJsonObject.)
Public propertyHints
Gets the additional Resource Hints describing the resource.
Public propertyHref
Gets the URI of the resource, if the resource is a direct link. The value may be a relative URI whose base URI is that of the JSON Home Document itself.
Public propertyHrefTemplate
Gets the URI Template of the resource. The value may be a relative URI whose base URI is that of the JSON Home Document itself.
Public propertyHrefVars
Gets the template variables used to fill the template returned by HrefTemplate.
Top
See Also