Class GetResourceContentCommandSettings
Returns content of the given resource.
public sealed class GetResourceContentCommandSettings : ICommand
- Inheritance
-
GetResourceContentCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
FrameId
Frame id to get resource for.
[JsonPropertyName("frameId")]
public string FrameId { get; set; }
Property Value
Url
URL of the resource to get content for.
[JsonPropertyName("url")]
public string Url { get; set; }