UrlResolutionTagHelper.ProcessUrlAttribute(String, TagHelperOutput) Méthode

Définition

Résout et met à jour les valeurs d’URL commençant par « ~/ » (par rapport au paramètre « webroot » de l’application) pour output's Attributes dont Name est 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)

Paramètres

attributeName
String

Nom d’attribut utilisé pour rechercher des valeurs à résoudre.

output
TagHelperOutput

L’TagHelperOutputopérateur

S’applique à