Configuration.Security

Configuration.Security property

Gets or sets the sandboxing flag of the configuration. Refer to article about sandboxing.

public Sandbox Security { get; set; }

Property Value

The security. A sandboxing flag set is a set of zero or more of the flags, which are used to restrict the abilities that potentially untrusted resources. The sandbox attribute allows you to set a number of restrictions on the content loaded in the frame, for example, block forms and scripts.

Remarks

You can download the complete examples and data files from GitHub.

See Also