ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / QrCodeTagHelper Class / ProcessAttributes Method
Contains information associated with the current HTML tag.
The information from the parent taghelper.

In This Topic
    ProcessAttributes Method (QrCodeTagHelper)
    In This Topic
    Processes the attributes set in the 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 information from the parent taghelper.
    See Also