Class SetScriptExecutionDisabledCommandSettings
Switches script execution in the page.
public sealed class SetScriptExecutionDisabledCommandSettings : ICommand
- Inheritance
-
SetScriptExecutionDisabledCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Value
Whether script execution should be disabled in the page.
[JsonPropertyName("value")]
public bool Value { get; set; }