Table of Contents

Class Link

Namespace
Vonage.Common
Assembly
Vonage.dll

Represents a hyperlink reference used in HAL (Hypertext Application Language) responses.

public class Link
Inheritance
Link
Inherited Members

This class is typically used within HALLinks for pagination navigation.

Properties

Gets or sets the URL of the linked resource.

[JsonProperty("href")]
public string Href { get; set; }

Property Value

string