ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance.TagHelpers Namespace / LineStyleTagHelper Class / ProcessAttributes Method
Contains information associated with the current HTML tag.
The parrent control instance.

In This Topic
    ProcessAttributes Method (LineStyleTagHelper)
    In This Topic
    Overrides to create the instance without considering c1-property, because c1-property is used as a key in the dictionary instead of a sub-property name. Processes all attributes of current taghelper.
    Syntax
    'Declaration
     
    Protected Overrides Sub ProcessAttributes( _
       ByVal context As TagHelperContext, _
       ByVal parent As Object _
    ) 
    protected override void ProcessAttributes( 
       TagHelperContext context,
       object parent
    )

    Parameters

    context
    Contains information associated with the current HTML tag.
    parent
    The parrent control instance.
    See Also