TagsAttribute 類別

定義

在 中 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
繼承
TagsAttribute
屬性
實作

備註

OpenAPI 規格支援標記分類,將作業分類成相關的群組。 這些標記通常會包含在產生的規格中,而且通常用來依 UI 中的標籤來分組作業。

建構函式

TagsAttribute(String[])

初始化 TagsAttribute 的執行個體。

屬性

Tags

取得與端點相關聯的標記集合。

方法

ToString()

在 中 Metadata 指定標記的集合。

適用於