Class SetCookieControlsCommandSettings
SetCookieControls
public sealed class SetCookieControlsCommandSettings : ICommand
- Inheritance
-
SetCookieControlsCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
DisableThirdPartyCookieHeuristics
Gets or sets the disableThirdPartyCookieHeuristics
[JsonPropertyName("disableThirdPartyCookieHeuristics")]
public bool DisableThirdPartyCookieHeuristics { get; set; }
Property Value
DisableThirdPartyCookieMetadata
Gets or sets the disableThirdPartyCookieMetadata
[JsonPropertyName("disableThirdPartyCookieMetadata")]
public bool DisableThirdPartyCookieMetadata { get; set; }
Property Value
EnableThirdPartyCookieRestriction
Gets or sets the enableThirdPartyCookieRestriction
[JsonPropertyName("enableThirdPartyCookieRestriction")]
public bool EnableThirdPartyCookieRestriction { get; set; }