MRCollective / ChameleonForms

Shape-shifting your forms experience in ASP.NET Core MVC
MIT License
254 stars 56 forks source link

FieldConfiguration: Add extension methods that take Func<object, IHtmlString> #148

Closed fsateler closed 7 years ago

fsateler commented 8 years ago

This allows using constructs like:

section.FieldFor(a => a.Property).WithHint(@<span>Inline html <u>here</u>!</span>)

Fixes: #136

BTW, I didn't see any test on razor so I could not add a test...