ValidateInputAttribute Constructor

Initializes a new instance of the ValidateInputAttribute class.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public function ValidateInputAttribute(
	enableValidation : boolean
)

Parameters

enableValidation
Type: System.Boolean

true to enable validation.

Show: