Class NavigateCommandResponse
Response for Navigate
public sealed class NavigateCommandResponse : ICommandResponse<NavigateCommandSettings>, ICommandResponse- Inheritance
- 
      
      NavigateCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
ErrorText
Gets or sets the errorText
[JsonPropertyName("errorText")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ErrorText { get; set; }Property Value
FrameId
Gets or sets the frameId
[JsonPropertyName("frameId")]
public string FrameId { get; set; }Property Value
IsDownload
Gets or sets the isDownload
[JsonPropertyName("isDownload")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IsDownload { get; set; }Property Value
- bool?
LoaderId
Gets or sets the loaderId
[JsonPropertyName("loaderId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? LoaderId { get; set; }