You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do not know what a DescriptionList is. It's not an MVC control (at least I'm not aware of such), it's not a Bootstrap component. I don't know what is the specification for it
I see now. I'll add it if more people show interest in it. The truth is, having a BMVC helper for it would not really reduce code complexity because it's just couple tags and there is no complex structure to it.
I like TwitterBooststrapMvc.
But this is useful for Create, Edit pages.
It's needed DescriptionList supports
tag for Delete, Details pages.
Do you have any play for this?
@using (var f = Html.Bootstrap().Begin(new DescriptionList().Type(DescriptionListType.Horizontal)))
{
@f.DescriptionListGroup().DisplayFor(model => model.title)
}
The text was updated successfully, but these errors were encountered: