TagsAttribute Classe

Definição

Especifica uma coleção de marcas em Metadata.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Delegate | System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)]
public sealed class TagsAttribute : Attribute, Microsoft.AspNetCore.Http.Metadata.ITagsMetadata
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Delegate | System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)>]
type TagsAttribute = class
    inherit Attribute
    interface ITagsMetadata
Public NotInheritable Class TagsAttribute
Inherits Attribute
Implements ITagsMetadata
Herança
TagsAttribute
Atributos
Implementações

Comentários

A especificação OpenAPI dá suporte a uma classificação de marcas para categorizar operações em grupos relacionados. Normalmente, essas marcas são incluídas na especificação gerada e normalmente são usadas para agrupar operações por marcas na interface do usuário.

Construtores

TagsAttribute(String[])

Inicializa uma instância de TagsAttribute.

Propriedades

Tags

Obtém a coleção de marcas associadas ao ponto de extremidade.

Métodos

ToString()

Especifica uma coleção de marcas em Metadata.

Aplica-se a