@using HtmlHelpers.BeginCollectionItemCore;
@model BeginCollectionItemCoreDemo.ViewModels.OrderItemModel
@using (Html.BeginCollectionItem("orderItems"))
{
@Html.LabelFor(x => x.Title);
@Html.EditorFor(x => x.Title);
@Html.LabelFor(x => x.Quantity);
@Html.EditorFor(x => x.Quantity);
}
forked from saad749/BeginCollectionItemCore
-
Notifications
You must be signed in to change notification settings - Fork 0
This Html Helper leverages the default model binder in ASP.NET MVC Core and higher to materialize viewmodel collection properties from an HTTP POST and is based on Stevens Anderson BeginCollectionItem
License
phobos04/BeginCollectionItemCore
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This Html Helper leverages the default model binder in ASP.NET MVC Core and higher to materialize viewmodel collection properties from an HTTP POST and is based on Stevens Anderson BeginCollectionItem
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C# 75.5%
- HTML 21.1%
- CSS 2.2%
- JavaScript 1.2%