GlobalNavigationConfig

Represents global navigation configuration that appears on all sections and pages.

Syntax

public class GlobalNavigationConfig

Inheritance

Properties

Anchors

[JsonPropertyName("anchors")]
public List<GlobalAnchorConfig> Anchors { get; set; }
Gets or sets the anchors configuration.

Returns

List<GlobalAnchorConfig>
[JsonPropertyName("dropdowns")]
public List<GlobalDropdownConfig> Dropdowns { get; set; }
Gets or sets the dropdowns configuration.

Returns

List<GlobalDropdownConfig>

Languages

[JsonPropertyName("languages")]
public List<GlobalLanguageConfig> Languages { get; set; }
Gets or sets the languages configuration.

Returns

List<GlobalLanguageConfig>

Tabs

[JsonPropertyName("tabs")]
public List<GlobalTabConfig> Tabs { get; set; }
Gets or sets the tabs configuration.

Returns

List<GlobalTabConfig>

Versions

[JsonPropertyName("versions")]
public List<GlobalVersionConfig> Versions { get; set; }
Gets or sets the versions configuration.

Returns

List<GlobalVersionConfig>