Sdílet prostřednictvím


ExcludeFromDescriptionAttribute Třída

Definice

Označuje, že by to Endpoint nemělo být zahrnuto do vygenerovaných metadat rozhraní 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
Dědičnost
ExcludeFromDescriptionAttribute
Atributy
Implementuje

Konstruktory

ExcludeFromDescriptionAttribute()

Označuje, že by to Endpoint nemělo být zahrnuto do vygenerovaných metadat rozhraní API.

Vlastnosti

ExcludeFromDescription

Získá hodnotu označující, zda by data OpenAPI měla být vyloučena pro tento koncový bod. Pokud truese nevygenerují metadata rozhraní API.

Metody

ToString()

Označuje, že by to Endpoint nemělo být zahrnuto do vygenerovaných metadat rozhraní API.

Platí pro