-
Notifications
You must be signed in to change notification settings - Fork 72
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
Bundle efforts? #102
Comments
You could probably steal half of my unit tests without even changing them, looking at your API! |
Lol well that doesn't happen often. Do you see any major differences or things that this library is missing? |
Did a quick compare, these are some things I noticed:
Html.LabelFor(m => m.SomeProperty).ToHtmlTag().Class("funky") If the input implements IHtmlContent, you don't always have to parse HTML, as can be seen here: I probably missed a lot of things, but these stood out the most. I like how you integrate nicely with .NET core, and how you built a whole conventions system to prevent repetitive tasks. Usually, I just create mini HTML helpers for these, or display/editor templates where it makes sense. To be honest, I'm still not sold on tag helpers.. |
Looks like we had the same idea!
https://github.com/amoerie/HtmlBuilders
Perhaps we can bundle our efforts? You definitely have the better library name!
The text was updated successfully, but these errors were encountered: