MvcPages 0.8.1
See the version list below for details.
dotnet add package MvcPages --version 0.8.1
NuGet\Install-Package MvcPages -Version 0.8.1
<PackageReference Include="MvcPages" Version="0.8.1" />
paket add MvcPages --version 0.8.1
#r "nuget: MvcPages, 0.8.1"
// Install MvcPages as a Cake Addin #addin nuget:?package=MvcPages&version=0.8.1 // Install MvcPages as a Cake Tool #tool nuget:?package=MvcPages&version=0.8.1
MvcPages combines the simplicity of ASP.NET Web Pages with the power of ASP.NET MVC. Use model binding, model validation, strongly-typed HTML helpers, editor and display templates, etc. directly from your Razor pages, no need for routes or controllers.
See the README file for installation instructions.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. 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. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Moved parameterless UpdateModel, TryUpdateModel, ValidateModel, TryValidateModel to MvcPage class
- Removed TModel type parameter from UpdateModel/TryUpdateModel methods, the type of the model parameter is used