[]
        
(Showing Draft Content)

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

ProcessChildContent Method

ProcessChildContent(object, TagHelperContent)

Processes the child content.

Declaration
protected virtual void ProcessChildContent(object parent, TagHelperContent childContent)
Protected Overridable Sub ProcessChildContent(parent As Object, childContent As TagHelperContent)
Parameters
Type Name Description
object parent

The information from the parent taghelper.

TagHelperContent childContent

The data which stands for child content.