FeatureTagHelper.ProcessAsync(TagHelperContext, TagHelperOutput) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Processes the tag helper context to evaluate if the feature's content should be rendered.
public override System.Threading.Tasks.Task ProcessAsync(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput output);
override this.ProcessAsync : Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext * Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput -> System.Threading.Tasks.Task
Public Overrides Function ProcessAsync (context As TagHelperContext, output As TagHelperOutput) As Task
Parameters
- context
- TagHelperContext
The tag helper context.
- output
- TagHelperOutput
The tag helper output.