Class SetCookieControlsCommandSettings
Sets Controls for third-party cookie access Page reload is required before the new cookie behavior will be observed
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
EnableThirdPartyCookieRestriction
Whether 3pc restriction is enabled.
[JsonPropertyName("enableThirdPartyCookieRestriction")]
public bool EnableThirdPartyCookieRestriction { get; set; }