Carfamsoft.ModelToView
1.2.0
dotnet add package Carfamsoft.ModelToView --version 1.2.0
NuGet\Install-Package Carfamsoft.ModelToView -Version 1.2.0
<PackageReference Include="Carfamsoft.ModelToView" Version="1.2.0" />
paket add Carfamsoft.ModelToView --version 1.2.0
#r "nuget: Carfamsoft.ModelToView, 1.2.0"
// Install Carfamsoft.ModelToView as a Cake Addin #addin nuget:?package=Carfamsoft.ModelToView&version=1.2.0 // Install Carfamsoft.ModelToView as a Cake Tool #tool nuget:?package=Carfamsoft.ModelToView&version=1.2.0
Generates HTML form elements from a view model which can be used to create auto-generated, editable forms and other useful applications.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Carfamsoft.ModelToView.Shared (>= 1.2.0)
- Carfamsoft.ModelToView.ViewAnnotations (>= 1.2.0)
- Microsoft.AspNet.WebPages (>= 3.2.7)
- System.ComponentModel.Annotations (>= 5.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Carfamsoft.ModelToView:
Package | Downloads |
---|---|
Carfamsoft.ModelToView.Mvc
Provides extension methods for the HtmlHelper class in order to render auto-generated, editable forms and HTML controls. |
GitHub repositories
This package is not used by any popular GitHub repositories.
- Huge refactoring and render output improvement.
- Source code now available on GitHub at:
https://github.com/bigabdoul/ModelToView
- Sample ASP.NET MVC project that demonstrates how to
easily do custom rendering using partial Razor Views.