Compartir a través de


UrlResolutionTagHelper.ProcessUrlAttribute(String, TagHelperOutput) Método

Definición

Resuelve y actualiza los valores de dirección URL a partir de "~/" (en relación con la configuración "webroot" de la aplicación) de outputlos Attributes cuyo Name valor es 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)

Parámetros

attributeName
String

Nombre del atributo usado para buscar valores que se van a resolver.

Se aplica a