TagsAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
의 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태그 컬렉션을 지정합니다. |