Freigeben über


UrlResolutionTagHelper.ProcessUrlAttribute(String, TagHelperOutput) Methode

Definition

Löst und aktualisiert URL-Werte ab "~/" (relativ zur Einstellung "webroot" der Anwendung) für output"s Attributes ", dessen Name ist 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)

Parameter

attributeName
String

Der Attributname, der zum Suchen von aufzulösden Werten verwendet wird.

Gilt für: