UrlResolutionTagHelper.ProcessUrlAttribute(String, TagHelperOutput) Method

Definition

Resolves and updates URL values starting with '~/' (relative to the application's 'webroot' setting) for output's Attributes whose Name is attributeName.

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)

Parameters

attributeName
String

The attribute name used to lookup values to resolve.

Applies to