Class DeleteCookieCommandSettings
DeleteCookie
public sealed class DeleteCookieCommandSettings : ICommand
- Inheritance
-
DeleteCookieCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
CookieName
Gets or sets the cookieName
[JsonPropertyName("cookieName")]
public string CookieName { get; set; }
Property Value
Url
Gets or sets the url
[JsonPropertyName("url")]
public string Url { get; set; }