ExcludeFromDescriptionAttribute Classe

Definição

Indica que isso Endpoint não deve ser incluído nos metadados de API gerados.

[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
Herança
ExcludeFromDescriptionAttribute
Atributos
Implementações

Construtores

ExcludeFromDescriptionAttribute()

Indica que isso Endpoint não deve ser incluído nos metadados de API gerados.

Propriedades

ExcludeFromDescription

Obtém um valor que indica se os dados OpenAPI devem ser excluídos para esse ponto de extremidade. Se true, os metadados da API não serão emitidos.

Métodos

ToString()

Indica que isso Endpoint não deve ser incluído nos metadados de API gerados.

Aplica-se a