共用方式為


DataAnnotationsModelValidator.IsRequired 屬性

定義

取得值,這個值表示是否需要模型驗證。

public override bool IsRequired { get; }
member this.IsRequired : bool
Public Overrides ReadOnly Property IsRequired As Boolean

屬性值

如果需要模型驗證,則為 true;否則為 false。

適用於