다음을 통해 공유


ApiExplorerModel.IsVisible 속성

정의

APIExplorer.ApiDescription 이면 true연결된 컨트롤러 또는 작업에 대한 개체가 만들어집니다.

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에 표시되는지 여부를 구성합니다.

적용 대상