DmitryEfimenko / TwitterBootstrapMvc

Fluent implementation of ASP.NET-MVC HTML helpers for Twitter Bootstrap.
Apache License 2.0
224 stars 79 forks source link

DropDownMenuBuilder should use IHtmlString in place of MvcHtmlString #448

Open johnwc opened 7 years ago

johnwc commented 7 years ago

In the DropDownMenuBuilder class there is a method as MenuItem(MvcHtmlString actionLink). Not all methods return a MvcHtmlString, but they do all inherit from the same IHtmlString.