Class GetCookiesCommandSettings
GetCookies
public sealed class GetCookiesCommandSettings : ICommand- Inheritance
- 
      
      GetCookiesCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
Urls
Gets or sets the urls
[JsonPropertyName("urls")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string[]? Urls { get; set; }Property Value
- string[]