Class NavigateCommandSettings
Navigate
public sealed class NavigateCommandSettings : ICommand
- Inheritance
-
NavigateCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
FrameId
Gets or sets the frameId
[JsonPropertyName("frameId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string FrameId { get; set; }
Property Value
Referrer
Gets or sets the referrer
[JsonPropertyName("referrer")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Referrer { get; set; }
Property Value
ReferrerPolicy
Gets or sets the referrerPolicy
[JsonPropertyName("referrerPolicy")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ReferrerPolicy? ReferrerPolicy { get; set; }
Property Value
TransitionType
Gets or sets the transitionType
[JsonPropertyName("transitionType")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public TransitionType? TransitionType { get; set; }
Property Value
Url
Gets or sets the url
[JsonPropertyName("url")]
public string Url { get; set; }