Class DeleteCookiesCommandSettings
DeleteCookies
public sealed class DeleteCookiesCommandSettings : ICommand
- Inheritance
-
DeleteCookiesCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Domain
Gets or sets the domain
[JsonPropertyName("domain")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Domain { get; set; }
Property Value
Name
Gets or sets the name
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
PartitionKey
Gets or sets the partitionKey
[JsonPropertyName("partitionKey")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CookiePartitionKey PartitionKey { get; set; }
Property Value
Path
Gets or sets the path
[JsonPropertyName("path")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Path { get; set; }
Property Value
Url
Gets or sets the url
[JsonPropertyName("url")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Url { get; set; }