FooterLink

Represents a footer link.

Syntax

public class FooterLink

Inheritance

Properties

Href

[JsonPropertyName("href")]
public string Href { get; set; }
Gets or sets the URL of the link.

Returns

string

Label

[JsonPropertyName("label")]
public string Label { get; set; }
Gets or sets the label of the link.

Returns

string