QueryStringAttribute.ValidateInput Property

.NET Framework (current version)
 

Gets or sets a value that indicates whether query string values are validated.

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

abstract ValidateInput : bool with get, set
override ValidateInput : bool with get, set

Property Value

Type: System.Boolean

true if query string values are validated; otherwise, false. The default is true.

.NET Framework
Available since 4.5
Return to top
Show: