CheckBoxList.Mvc
1.0.1
This package includes the extension methods for CheckBoxList in ASP.NET MVC, offering the similar way of handling the model binding as the other ASP.NET MVC types.
Install-Package CheckBoxList.Mvc -Version 1.0.1
dotnet add package CheckBoxList.Mvc --version 1.0.1
<PackageReference Include="CheckBoxList.Mvc" Version="1.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CheckBoxList.Mvc --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CheckBoxList.Mvc, 1.0.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install CheckBoxList.Mvc as a Cake Addin
#addin nuget:?package=CheckBoxList.Mvc&version=1.0.1
// Install CheckBoxList.Mvc as a Cake Tool
#tool nuget:?package=CheckBoxList.Mvc&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
1.0.1
Dependencies
-
- Microsoft.AspNet.Mvc (>= 4.0.20505)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.