Share via


UrlResolutionTagHelper.ProcessUrlAttribute(String, TagHelperOutput) メソッド

定義

'~/' で始まる URL 値 (アプリケーションの 'webroot' 設定を基準とする) outputAttributesNameattributeNameを解決して更新します。

protected:
 void ProcessUrlAttribute(System::String ^ attributeName, Microsoft::AspNetCore::Razor::TagHelpers::TagHelperOutput ^ output);
protected void ProcessUrlAttribute (string attributeName, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput output);
member this.ProcessUrlAttribute : string * Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput -> unit
Protected Sub ProcessUrlAttribute (attributeName As String, output As TagHelperOutput)

パラメーター

attributeName
String

解決する値を参照するために使用される属性名。

適用対象