You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
fsateler
changed the title
Wish: Provide Func<object, IHtmlString> overloads/extensions for methods taking an IHtmlString
Wish: Provide Func<object, IHtmlString> overloads/extensions for methods taking an IHtmlString
Nov 10, 2015
Cool idea! More than happy to accept pull requests for this.
robdmoore
changed the title
Wish: Provide Func<object, IHtmlString> overloads/extensions for methods taking an IHtmlString
Create inline helper overloads for IFieldConfiguration methods that take a IHtmlString
Nov 10, 2015
fsateler
added a commit
to fsateler/ChameleonForms
that referenced
this issue
Sep 30, 2016
…lString>
This allows using constructs like:
section.FieldFor(a => a.Property).WithHint(@<span>Inline html <u>here</u>!</span>)
Fixes: MRCollective#136
For example, for
Append
,OverrideFieldHtml
,InlineLabel
and others it can be very useful to use the following:The implementation is simple:
The text was updated successfully, but these errors were encountered: