QuickForm 2.0.0
See the version list below for details.
dotnet add package QuickForm --version 2.0.0
NuGet\Install-Package QuickForm -Version 2.0.0
<PackageReference Include="QuickForm" Version="2.0.0" />
<PackageVersion Include="QuickForm" Version="2.0.0" />
<PackageReference Include="QuickForm" />
paket add QuickForm --version 2.0.0
#r "nuget: QuickForm, 2.0.0"
#:package QuickForm@2.0.0
#addin nuget:?package=QuickForm&version=2.0.0
#tool nuget:?package=QuickForm&version=2.0.0
ASP.NET Core Blazor QuickForm component V2.0.0
The QuickForm component is a generic Razor component for quickly and efficiently generating HTML forms.
QuickForm provides a simple and convenient form component for common form rendering scenarios,
while having plenty of customization options with data annotation attributes. It has two validation schemes:
Fluent (using Blazored.FluentValidation)
and DataAnnotations (using the built-in DataAnnotationValidator component).
Package
Add a package reference for the QuickForm package.
You can also use the .NET CLI to add the package reference
with: dotnet add package command.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Blazored.FluentValidation (>= 2.1.0)
- Humanizer.Core (>= 2.14.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.