AllowHtmlAttribute
Attribute to indicate that a given property should not be validated for XSS because it supports inputting HTML special characters and tags.
Attribute to indicate that a given property should not be validated for XSS because it supports inputting HTML special characters and tags.
Represents an exception that can be thrown during XSS validation when XSS characters are found.
Implements the IXssValidator to perform detection of XSS injection.
Provides implementers a way to implement request validation logic to detect cross-site scripting (XSS) injection.