ApiParameterDescription.IsRequired 属性

定义

获取或设置一个值,该值确定是否需要 参数。

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

属性值

注解

如果

  • 它从请求正文 (Body) 绑定。
  • 这是必需的路由值。
  • 它具有注释 (例如 BindRequiredAttribute) ,指示它是必需的。

适用于