ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow.TagHelpers Namespace / ScriptsTagHelper Class / ProcessChildContent(Object,TagHelperContent) Method
The information from the parent taghelper.
The data which stands for child content.

In This Topic
    ProcessChildContent(Object,TagHelperContent) Method
    In This Topic
    Processes the child content.
    Syntax
    'Declaration
     
    Protected Overridable Sub ProcessChildContent( _
       ByVal parent As Object, _
       ByVal childContent As TagHelperContent _
    ) 
    protected virtual void ProcessChildContent( 
       object parent,
       TagHelperContent childContent
    )

    Parameters

    parent
    The information from the parent taghelper.
    childContent
    The data which stands for child content.
    See Also