UrlResolutionTagHelper.Process(TagHelperContext, TagHelperOutput) Method

Definition

Synchronously executes the TagHelper with the given context and output.

public:
 override void Process(Microsoft::AspNetCore::Razor::TagHelpers::TagHelperContext ^ context, Microsoft::AspNetCore::Razor::TagHelpers::TagHelperOutput ^ output);
public override void Process (Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput output);
override this.Process : Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext * Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput -> unit
Public Overrides Sub Process (context As TagHelperContext, output As TagHelperOutput)

Parameters

context
TagHelperContext

Contains information associated with the current HTML tag.

output
TagHelperOutput

A stateful HTML element used to generate an HTML tag.

Applies to