ExcludeFromDescriptionAttribute Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Indica que Endpoint esto no debe incluirse en los metadatos de API generados.
[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
- Herencia
-
ExcludeFromDescriptionAttribute
- Atributos
- Implementaciones
Constructores
ExcludeFromDescriptionAttribute() |
Indica que Endpoint esto no debe incluirse en los metadatos de API generados. |
Propiedades
ExcludeFromDescription |
Obtiene un valor que indica si los datos de OpenAPI deben excluirse para este punto de conexión. Si |
Métodos
ToString() |
Indica que Endpoint esto no debe incluirse en los metadatos de API generados. |