ModelBindingContext.ValidateRequest Property

Definition

Gets or sets a value that indicates whether client input is validated.

public:
 property bool ValidateRequest { bool get(); void set(bool value); };
public bool ValidateRequest { get; set; }
member this.ValidateRequest : bool with get, set
Public Property ValidateRequest As Boolean

Property Value

true if client input is validated; otherwise, false.

Applies to