Configuration.Security

Configuration.Security property

This property allows you to set a number of restrictions on the content loaded in the frame, for example, block forms and scripts. Refer to article about sandboxing.

public Sandbox Security { get; set; }

Property Value

A Sandbox flag set is a set of zero or more flags, which are used to restrict the abilities of potentially untrusted resources.

See Also