[]
Process the attributes set in the taghelper.
protected override void ProcessAttributes(TagHelperContext context, object parent)
Protected Overrides Sub ProcessAttributes(context As TagHelperContext, parent As Object)
| Type | Name | Description |
|---|---|---|
| TagHelperContext | context | Contains information associated with the current HTML tag. |
| object | parent | The information from the parent taghelper. |