Share via


OpenApiOperation.Tags Property

Definition

A list of tags for API documentation control. Tags can be used for logical grouping of operations by resources or any other qualifier.

public System.Collections.Generic.IList<Microsoft.OpenApi.Models.OpenApiTag> Tags { get; set; }
member this.Tags : System.Collections.Generic.IList<Microsoft.OpenApi.Models.OpenApiTag> with get, set
Public Property Tags As IList(Of OpenApiTag)

Property Value

Applies to