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

In This Topic
    ProcessAttributes Method (PolygonTagHelper)
    In This Topic
    Processes all attributes of current taghelper.
    Syntax
    'Declaration
     
    Protected Overridable Sub ProcessAttributes( _
       ByVal context As TagHelperContext, _
       ByVal parent As Object _
    ) 
    protected virtual void ProcessAttributes( 
       TagHelperContext context,
       object parent
    )

    Parameters

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