ValidateInputAttribute Class
Definition
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
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. |