Share via


TagsAttribute(String[]) Constructor

Definition

Initializes an instance of the TagsAttribute.

public TagsAttribute (params string[] tags);
new Microsoft.AspNetCore.Http.TagsAttribute : string[] -> Microsoft.AspNetCore.Http.TagsAttribute
Public Sub New (ParamArray tags As String())

Parameters

tags
String[]

The tags associated with the endpoint.

Applies to