Gets or sets a value that indicates whether XSS security is enabled.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static bool EnableXSSSecurity { get; set; }
Visual Basic
Public Shared Property EnableXSSSecurity As Boolean
	Get
	Set
Visual C++
public:
static property bool EnableXSSSecurity {
	bool get ();
	void set (bool value);
}
F#
static member EnableXSSSecurity : bool with get, set

Property Value

Type: Boolean
true if [enable XSS security]; otherwise, false.

See Also