[]
        
(Showing Draft Content)

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

ProcessAttributes Method

ProcessAttributes(TagHelperContext, object)

Processes all attributes of current taghelper.

Declaration
protected override void ProcessAttributes(TagHelperContext context, object parent)
Parameters
Type Name Description
TagHelperContext context

Contains information associated with the current HTML tag.

object parent

The parrent control instance.

Overrides