TwitterBootstrapMvc
TwitterBootstrapMvc copied to clipboard
Fluent implementation of ASP.NET-MVC HTML helpers for Twitter Bootstrap.
https://www.twitterbootstrapmvc.com firefox: SSL_ERROR_UNSUPPORTED_VERSION edge: ERR_SSL_VERSION_OR_CIPHER_MISMATCH
Using Visual Studio 2017 Severity Code Description Project File Line Suppression State Error Could not install package 'WebRtc 1.54.2'. You are trying to install this package into a project that...
Hi All, Using VS2017, Bootstrap 3. TwitterBootstrapMVC5 - latest update. Am trying to use DropDownListFromEnumFor but am finding that the Value of each item in the list box has the...
MVC 6
Hi Dimitry, Any special instructions for using BMVC on MVC6? Regards Ajit
The helptext-div is not being rendered when you call .HelpText() on a Checkbox. For example: `@f.FormGroup().CheckBoxFor(m => m.MyProperty).HelpText("Description")` I've tried both overloads. TwitterBootstrapMVC 3.17.7
Getting this error now. When using this code. The model (also is x) is of type UserDetailModel, the sub property User is of type EmployeeDTO. This worked just fine until...
`@Html.Bootstrap().Link("Test", "Test")` This produces `Test`, expected to produce `Test` with no class.
We need to be able to build the menu like we are able to with DropDown(""), but with standalone dropdown menu like so. ````csharp @Html.Bootstrap().DropDownMenu().MenuItems(m => { m.Link("Refresh", Url.RouteUrl("Refresh", new...
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.
We need the ability to create links off route names instead of just action and controllers. Currently there is only ActionLink(..).