语言

DataAnnotationsValidator.EnableClientValidation 属性

定义

获取或设置是否应在此表单中的输入组件上发出客户端验证属性(data-val-*)。 默认值为 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

属性值

属性

适用于