ExcludeFromDescriptionAttribute クラス

定義

これは Endpoint 、生成された API メタデータに含めないことを示します。

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Delegate | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class ExcludeFromDescriptionAttribute : Attribute, Microsoft.AspNetCore.Routing.IExcludeFromDescriptionMetadata
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Delegate | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type ExcludeFromDescriptionAttribute = class
    inherit Attribute
    interface IExcludeFromDescriptionMetadata
Public NotInheritable Class ExcludeFromDescriptionAttribute
Inherits Attribute
Implements IExcludeFromDescriptionMetadata
継承
ExcludeFromDescriptionAttribute
属性
実装

コンストラクター

ExcludeFromDescriptionAttribute()

これは Endpoint 、生成された API メタデータに含めないことを示します。

プロパティ

ExcludeFromDescription

このエンドポイントに対して OpenAPI データを除外するかどうかを示す値を取得します。 の場合 true、API メタデータは出力されません。

メソッド

ToString()

これは Endpoint 、生成された API メタデータに含めないことを示します。

適用対象