Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.