共用方式為


ApiExplorerModel.IsVisible 屬性

定義

如果 true 為 , APIExplorer.ApiDescription 則會為相關聯的控制器或動作建立 物件。

public:
 property Nullable<bool> IsVisible { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? IsVisible { get; set; }
member this.IsVisible : Nullable<bool> with get, set
Public Property IsVisible As Nullable(Of Boolean)

屬性值

備註

設定此值可設定相關聯的控制器或動作是否會出現在 ApiExplorer 中。

適用於