ExcludeFromDescriptionAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
これは 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 データを除外するかどうかを示す値を取得します。 の場合 |
メソッド
ToString() |
これは Endpoint 、生成された API メタデータに含めないことを示します。 |