Share via


TagsAttribute(String[]) 생성자

정의

TagsAttribute의 인스턴스를 초기화합니다.

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

매개 변수

tags
String[]

엔드포인트와 연결된 태그입니다.

적용 대상