Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jan 28, 2017

Conversation

fsateler
Copy link
Contributor

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...

…lString>

This allows using constructs like:

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

Fixes: MRCollective#136
@robdmoore robdmoore merged commit 9890b10 into MRCollective:master Jan 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants