Share via


ValidateInputAttribute Class

Definition

Represents an attribute that is used to mark action methods whose input must be validated.

C#
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public class ValidateInputAttribute : System.Web.Mvc.FilterAttribute, System.Web.Mvc.IAuthorizationFilter
Inheritance
ValidateInputAttribute
Attributes
Implements

Constructors

ValidateInputAttribute(Boolean)

Initializes a new instance of the ValidateInputAttribute class.

Properties

AllowMultiple

Gets or sets a value that indicates whether more than one instance of the filter attribute can be specified.

(Inherited from FilterAttribute)
EnableValidation

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)

Methods

OnAuthorization(AuthorizationContext)

Called when authorization is required.

Applies to

Product Versions
ASP.NET MVC 5.2