ValidateInputAttribute Constructor
Initializes a new instance of the ValidateInputAttribute class.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Sub New ( _
enableValidation As Boolean _
)
public ValidateInputAttribute(
bool enableValidation
)
public:
ValidateInputAttribute(
bool enableValidation
)
Parameters
- enableValidation
Type: System.Boolean
true to enable validation.