MVC.Wizard.Sample
1.3.1
dotnet add package MVC.Wizard.Sample --version 1.3.1
NuGet\Install-Package MVC.Wizard.Sample -Version 1.3.1
<PackageReference Include="MVC.Wizard.Sample" Version="1.3.1" />
paket add MVC.Wizard.Sample --version 1.3.1
#r "nuget: MVC.Wizard.Sample, 1.3.1"
// Install MVC.Wizard.Sample as a Cake Addin #addin nuget:?package=MVC.Wizard.Sample&version=1.3.1 // Install MVC.Wizard.Sample as a Cake Tool #tool nuget:?package=MVC.Wizard.Sample&version=1.3.1
This is a sample wizard for the MVC.Wizard NuGet package. Open the SampleWizardController to start your sample and see how it works.
Learn more about Target Frameworks and .NET Standard.
-
- MVC.Wizard (>= 1.3.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.3.1 Changed .NET Framework from 4.5.1 to 4.5 so this Wizard could also be used in projects that target that .NET Framework version.
1.3.0 Possible to update the model by hand
1.2.0 Update sample application with error summary.
You can now throw a custom error message in the ProcessToNext method in your MVC controller by throwing a System.ComponentModel.DataAnnotations.ValidationException.
The error message of the exception will be used in the summary.
1.1.1 Update dependency
1.1.0 Update the dependency of MVC.Wizard to 1.1.0 so it uses the signed version.
1.0.0 First release.