DamianEdwards / TagHelperPack

A set of useful, and possibly opinionated, Tag Helpers for ASP.NET Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for passing extra HTML attributes from source element to template for field/display template Tag Helpers

DamianEdwards opened this issue · comments

E.g. make <editor class="form-control" for="FirstName" /> actually set the class inside the template.

Hi Damian, I had a stab at doing something similar without any luck. See https://stackoverflow.com/questions/59504426/add-all-attributes-from-a-collection for more information.