ValidateInputAttribute Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an attribute that is used to mark action methods whose input must be validated.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public class ValidateInputAttribute : System.Web.Mvc.FilterAttribute, System.Web.Mvc.IAuthorizationFilter
type ValidateInputAttribute = class
inherit FilterAttribute
interface IAuthorizationFilter
Public Class ValidateInputAttribute
Inherits FilterAttribute
Implements IAuthorizationFilter
- Inheritance
- Attributes
- Implements
Validate |
Initializes a new instance of the ValidateInputAttribute class. |
Allow |
Gets or sets a value that indicates whether more than one instance of the filter attribute can be specified. (Inherited from FilterAttribute) |
Enable |
Gets or sets a value that indicates whether to enable validation. |
Order |
Gets or sets the order in which the action filters are executed. (Inherited from FilterAttribute) |
On |
Called when authorization is required. |
Product | Versions |
---|---|
ASP.NET MVC | 5.2 |