SimpleNavigation

Represents a simple navigation structure that contains only pages. This is used for the most common case where navigation is just a list of pages.

Syntax

public class SimpleNavigation

Inheritance

Properties

Pages

[JsonPropertyName("pages")]
public List<object> Pages { get; set; }
Gets or sets the pages in the navigation.

Returns

List<object>