Condividi tramite


UrlResolutionTagHelper.ProcessUrlAttribute(String, TagHelperOutput) Metodo

Definizione

Risolve e aggiorna i valori url a partire da '~/' (rispetto all'impostazione "webroot" dell'applicazione) per output's Attributes il cui Name è 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)

Parametri

attributeName
String

Nome dell'attributo usato per cercare i valori da risolvere.

Si applica a