MVC.MODAL.CRUD
3.6.0
dotnet add package MVC.MODAL.CRUD --version 3.6.0
NuGet\Install-Package MVC.MODAL.CRUD -Version 3.6.0
<PackageReference Include="MVC.MODAL.CRUD" Version="3.6.0" />
<PackageVersion Include="MVC.MODAL.CRUD" Version="3.6.0" />
<PackageReference Include="MVC.MODAL.CRUD" />
paket add MVC.MODAL.CRUD --version 3.6.0
#r "nuget: MVC.MODAL.CRUD, 3.6.0"
#:package MVC.MODAL.CRUD@3.6.0
#addin nuget:?package=MVC.MODAL.CRUD&version=3.6.0
#tool nuget:?package=MVC.MODAL.CRUD&version=3.6.0
Asp.Net MVC HtmlHelper method for creating links generating a modal CRUD actions using Jquery and Ajax with MVC
Juste use as example:
@Html.ActionModalLink(Url.Action("IndexPartial", "documents"), Url.Action("Edit", "documents",new { id = item.IdDocument }),null, null, ActionType.Update)
@Html.ActionModalLink(Url.Action("IndexPartial", "documents"), Url.Action("Delete", "documents", new { id = item.IdDocument }),null, null, ActionType.Delete)
@Html.ActionModalLink(Url.Action("IndexPartial", "documents"), Url.Action("Create", "documents"), null, null, ActionType.Create)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Microsoft.AspNet.Mvc (>= 5.2.3)
- Microsoft.AspNet.Web.Optimization (>= 1.1.3)
- WebActivatorEx (>= 2.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
3.6.0 | 1,669 | 11/16/2017 |