ModelMetadata.IsRequired 属性

定义

获取一个值,该值指示是否需要模型值。 仅当当前实例表示属性时,这才适用。

public:
 abstract property bool IsRequired { bool get(); };
public abstract bool IsRequired { get; }
member this.IsRequired : bool
Public MustOverride ReadOnly Property IsRequired As Boolean

属性值

注解

如果 true 为 ,则验证程序认为模型值是必需的。

默认情况下,如果在 时true.不存在,则将添加隐式System.ComponentModel.DataAnnotations.RequiredAttribute

适用于