DataAnnotationsValidator.EnableClientValidation Property

Definition

Gets or sets whether client-side validation attributes (data-val-*) should be emitted on input components within this form. Default is true.

[Microsoft.AspNetCore.Components.Parameter]
public bool EnableClientValidation { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.EnableClientValidation : bool with get, set
Public Property EnableClientValidation As Boolean

Property Value

Attributes

Applies to