AspNetCore.Form
1.0.1
See the version list below for details.
dotnet add package AspNetCore.Form --version 1.0.1
NuGet\Install-Package AspNetCore.Form -Version 1.0.1
<PackageReference Include="AspNetCore.Form" Version="1.0.1" />
paket add AspNetCore.Form --version 1.0.1
#r "nuget: AspNetCore.Form, 1.0.1"
// Install AspNetCore.Form as a Cake Addin #addin nuget:?package=AspNetCore.Form&version=1.0.1 // Install AspNetCore.Form as a Cake Tool #tool nuget:?package=AspNetCore.Form&version=1.0.1
AspNetCore.Form
Provides and endpoint for form schema's to be consume by front ends
Form schemas
Produces form schema's to be consumed by different front end form builders like:
Form.io (the core and frameworks version are open source)
Other libraries
Getting started
// startup.cs
...
service.AddFormEndpoint(assembly list)
...
app.useRouting(); //should be called only once and before useFormEndpoint()
app.useFormEndpoint();
References from other projects
https://github.com/rbasniak/rbk-api-modules/blob/master/rbkApiModules.UIAnnotations/Models/FormDefinition.cs https://github.com/rbasniak/rbk-api-modules/blob/f379ef8f77c4a77a0137bf92376d4c8293df21ed/rbkApiModules.UIAnnotations.Common/DialogDataAttribute.cs https://github.com/rbasniak/rbk-api-modules/blob/cb367ba31f67dc4848aa6735597183c344dd79c6/rbkApiModules.UIAnnotations/Services/DialogDataBuilderService.cs#L15
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- 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.
Initial Version with basic functionality