daveaglick / FluentBootstrap

Provides extensions, helper classes, model binding, and other goodies to help you use the Bootstrap CSS framework from .NET code.
http://www.fluentbootstrap.com
MIT License
200 stars 76 forks source link

Add new .AddPartial() extension #4

Open daveaglick opened 9 years ago

daveaglick commented 9 years ago

This should work like .AddContent() to allow adding the result of a partial view to any given component. Might also want to add a corresponding extension for Html.Action() as well. Also don't forget any appropriate T4MVC support.