FooterLinkGroup

Represents a group of footer links.

Syntax

public class FooterLinkGroup

Inheritance

Properties

[JsonPropertyName("header")]
public string Header { get; set; }
Gets or sets the header title of the column.

Returns

string

Items

[JsonPropertyName("items")]
public List<FooterLink> Items { get; set; }
Gets or sets the items in the footer group.

Returns

List<FooterLink>