DamianEdwards / TagHelperPack

A set of useful, and possibly opinionated, Tag Helpers for ASP.NET Core
MIT License
338 stars 58 forks source link

Add DescriptionForTagHelper #53

Closed khalidabuhakmeh closed 1 year ago

khalidabuhakmeh commented 1 year ago

Add asp-description-for tag helper, which will read the Description property from a DisplayAttribute. This is helpful for info boxes under inputs. Works with all HTML elements.

DamianEdwards commented 1 year ago

~Would you mind rebasing this PR against the latest main changes?~

I ended up fixing the conflicts :smile:

khalidabuhakmeh commented 1 year ago

Oh Yeah!