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
LoaderId
Gets or sets the loaderId
[JsonPropertyName("loaderId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string LoaderId { get; set; }