ASPSecurityKit.Xss

Assembly: ASPSecurityKit
Summary: Provides types that validate input for cross-site scripting (XSS).

Classes

AllowHtmlAttribute

Attribute to indicate that a given property should not be validated for XSS because it supports inputting HTML special characters and tags.

XssDetectedException

Represents an exception that can be thrown during XSS validation when XSS characters are found.

XssValidator

Implements the IXssValidator to perform detection of XSS injection.

Interfaces

IXssValidator

Provides implementers a way to implement request validation logic to detect cross-site scripting (XSS) injection.