Class FetchSchemefulSiteCommandSettings
Fetches the schemeful site for a specific origin.
public sealed class FetchSchemefulSiteCommandSettings : ICommand
- Inheritance
-
FetchSchemefulSiteCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Origin
The URL origin.
[JsonPropertyName("origin")]
public string Origin { get; set; }