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[]

エンドポイントに関連付けられているタグ。

適用対象