[]
        
(Showing Draft Content)

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

ProcessChildContent Method

ProcessChildContent(object, TagHelperContent)

Processes the child content.

Declaration
protected override void ProcessChildContent(object parent, TagHelperContent childContent)
Parameters
Type Name Description
object parent

The information from the parent taghelper.

TagHelperContent childContent

The data which stands for child content.

Overrides