Class NavigationEntry
NavigationEntry
public sealed class NavigationEntry
- Inheritance
-
NavigationEntry
- Inherited Members
Properties
Id
id
[JsonPropertyName("id")]
public long Id { get; set; }
Property Value
Title
title
[JsonPropertyName("title")]
public string Title { get; set; }
Property Value
TransitionType
transitionType
[JsonPropertyName("transitionType")]
public TransitionType TransitionType { get; set; }
Property Value
Url
url
[JsonPropertyName("url")]
public string Url { get; set; }
Property Value
UserTypedURL
userTypedURL
[JsonPropertyName("userTypedURL")]
public string UserTypedURL { get; set; }