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 中繼資料中。 |