Bootwrap.FreeCode 1.0.3

dotnet add package Bootwrap.FreeCode --version 1.0.3
                    
NuGet\Install-Package Bootwrap.FreeCode -Version 1.0.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Bootwrap.FreeCode" Version="1.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bootwrap.FreeCode" Version="1.0.3" />
                    
Directory.Packages.props
<PackageReference Include="Bootwrap.FreeCode" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Bootwrap.FreeCode --version 1.0.3
                    
#r "nuget: Bootwrap.FreeCode, 1.0.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Bootwrap.FreeCode@1.0.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Bootwrap.FreeCode&version=1.0.3
                    
Install as a Cake Addin
#tool nuget:?package=Bootwrap.FreeCode&version=1.0.3
                    
Install as a Cake Tool

Using this script in your Bootstrap application allows for cleaner HTML forms. Simply write up your form as a series of label/input pairs in a fieldset, and this script will reorganize the tags and apply div wrappings and classes in common Boostrap formatting.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last Updated
1.0.3 5,702 3/3/2016
1.0.2 1,386 3/3/2016
1.0.1 1,648 2/12/2016
1.0.0 1,383 2/12/2016

Beta release 3.

Only tested in ASP.NET Websites using Bootstrap.
Expects jQuery, but will simply not run if jQuery is not defined.

Renders most ASP.NET user-input controls.
Supports distinct formatting on fieldsets.