Metadata >> NuGet >> BeginCollectionItem

BeginCollectionItem

Metadata

Authors Authored by Steve Sanderson, NuGet Package by Dan Ludwig and hazzik
Description This Html Helper leverages the default model binder in ASP.NET MVC 2 and higher to materialize viewmodel collection properties from an HTTP POST.
LicenseUrl https://github.com/danludwig/BeginCollectionItem
Owners Authored by Steve Sanderson, NuGet Package by Dan Ludwig and hazzik
ProjectUrl https://github.com/danludwig/BeginCollectionItem
ReleaseNotes This Html Helper leverages the default model binder in ASP.NET MVC 2 and higher to materialize viewmodel collection properties from an HTTP POST. Version 1.2.1.0 adds a BeginCollectionItem overload that takes a System.IO.TextWriter and works with Razor's @helper methods.
RequireLicenseAcceptance False
Tags MVC, HtmlHelper, BeginCollectionItem
Title BeginCollectionItem HtmlHelper
PackageSize 10734
PackageHashAlgorithm SHA512
PackageHash nhqL0fiiPesyxEeR5GEVk9PwAvEjrEh7NUsyR2MeFbNDNKUJWDgHp4xxTB4dmu8aJ8Wx/yHl16emCAgrvMXuog==
DownloadCount 000000
CreatedDate 2012-10-13T14:06:06

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install BeginCollectionItem -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install BeginCollectionItem -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package BeginCollectionItem
Installing the package (HTTP Basic authentication):
Install-Package BeginCollectionItem -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package BeginCollectionItem -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package BeginCollectionItem

OpenWrap

Installing the package:
o add-wrap BeginCollectionItem
Uninstalling the package:
o remove-wrap BeginCollectionItem

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.2.1.0