[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.BaseTagHelper-1.ProcessChildContentAsync

ProcessChildContentAsync Method

ProcessChildContentAsync(TagHelperContext, TagHelperOutput, object)

Processes the the children taghelpers.

Declaration
protected virtual void ProcessChildContentAsync(TagHelperContext context, TagHelperOutput output, object parent)
Protected Overridable Sub ProcessChildContentAsync(context As TagHelperContext, output As TagHelperOutput, parent As Object)
Parameters
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.