[]
Processes the the children taghelpers.
protected virtual void ProcessChildContentAsync(TagHelperContext context, TagHelperOutput output, object parent)
Protected Overridable Sub ProcessChildContentAsync(context As TagHelperContext, output As TagHelperOutput, parent As Object)
| Type | Name | Description |
|---|---|---|
| TagHelperContext | context | Contains information associated with the current HTML tag. |
| TagHelperOutput | output | A stateful HTML element used to generate an HTML tag. |
| object | parent | The information from the parent taghelper. |