ApiExplorerSettingsAttribute クラス

定義

関連付けられたコントローラー クラスまたはアクション メソッドの の可視性とグループ名 ApiDescription を制御します。

public ref class ApiExplorerSettingsAttribute : Attribute, Microsoft::AspNetCore::Mvc::ApiExplorer::IApiDescriptionGroupNameProvider, Microsoft::AspNetCore::Mvc::ApiExplorer::IApiDescriptionVisibilityProvider
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public class ApiExplorerSettingsAttribute : Attribute, Microsoft.AspNetCore.Mvc.ApiExplorer.IApiDescriptionGroupNameProvider, Microsoft.AspNetCore.Mvc.ApiExplorer.IApiDescriptionVisibilityProvider
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type ApiExplorerSettingsAttribute = class
    inherit Attribute
    interface IApiDescriptionGroupNameProvider
    interface IApiDescriptionVisibilityProvider
Public Class ApiExplorerSettingsAttribute
Inherits Attribute
Implements IApiDescriptionGroupNameProvider, IApiDescriptionVisibilityProvider
継承
ApiExplorerSettingsAttribute
属性
実装

コンストラクター

ApiExplorerSettingsAttribute()

関連付けられたコントローラー クラスまたはアクション メソッドの の可視性とグループ名 ApiDescription を制御します。

プロパティ

GroupName

関連付けられたアクションまたはコントローラーの のグループ名 ApiDescription

IgnoreApi

その場合 true 、関連付けられているコントローラーまたはアクションのオブジェクトは作成されません ApiDescription

適用対象