SweetSpHTML2 1.1.3

dotnet add package SweetSpHTML2 --version 1.1.3
                    
NuGet\Install-Package SweetSpHTML2 -Version 1.1.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="SweetSpHTML2" Version="1.1.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SweetSpHTML2" Version="1.1.3" />
                    
Directory.Packages.props
<PackageReference Include="SweetSpHTML2" />
                    
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 SweetSpHTML2 --version 1.1.3
                    
#r "nuget: SweetSpHTML2, 1.1.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 SweetSpHTML2@1.1.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=SweetSpHTML2&version=1.1.3
                    
Install as a Cake Addin
#tool nuget:?package=SweetSpHTML2&version=1.1.3
                    
Install as a Cake Tool

<h1 class="display-5 text-center text-primary">Customer Information Setup</h1>
<hr />
<form id="customerForm" method="post" asp-action="Save" enctype="multipart/form-data">
   <div class="d-flex justify-content-center mb-2">
       <button type="submit" id="btnSave" class="btn btn-primary">Save</button>&nbsp;
       <button type="submit" id="btnEdit" class="btn btn-success" style="display:none">Update</button>&nbsp;
       <button type="button" id="btnDelete" class="btn btn-danger">Delete</button>&nbsp;
       <button type="reset" class="btn btn-warning">Clear</button>
   </div>
   <div class="container-fluid">
       <div class="row">
           <input type="hidden" id="customerId" name="customerId" />
           <div class="row mb-2">
               <label class="col-form-label col-2">Customer Id</label>
               <div class="col-4">
                   <input type="text" id="customerCode" class="form-control form-control-sm" value="@ViewBag.id" />
               </div>
           </div>
           <div class="row mb-2">
               <label class="col-form-label col-2">Customer Name</label>
               <div class="col-4">
                   <input type="text" id="name" name="name" class="form-control form-control-sm" />
               </div>
           </div>
           <div class="row mb-2">
               <label class="col-form-label col-2">Business Start</label>
               <div class="col-4">
                   <input type="date" id="businessStart" name="businessStart" class="form-control form-control-sm" />
               </div>
           </div>
           <div class="row mb-2">
               <label class="col-form-label col-2">Phone</label>
               <div class="col-4">
                   <input type="text" id="phone" name="phone" class="form-control form-control-sm" />
               </div>
           </div>
           <div class="row mb-2">
               <label class="col-form-label col-2">Email</label>
               <div class="col-4">
                   <input type="text" id="email" name="email" class="form-control form-control-sm" />
               </div>
           </div>
           <div class="row mb-2">
               <label class="col-form-label col-2">Credit Limit</label>
               <div class="col-4">
                   <input type="text" id="creditDetails" name="creditDetails" class="form-control form-control-sm" />
               </div>
           </div>
           <div class="row mb-2">
               <label class="col-form-label col-2">Address</label>
               <div class="col-4">
                   <input type="text" id="address" name="address" class="form-control form-control-sm" />
               </div>
           </div>
           <div class="row mb-2">
               <label class="col-form-label col-2">Customer Type</label>
               <div class="col-4">
                   <select id="customerType" name="customerType" class="form-select form-select-sm">
                       <option value="Dealer">Dealer</option>
                       <option value="Retailer">Retailer</option>
                       <option value="Corporate">Corporate</option>
                       <option value="Export">Export</option>
                       <option value="Online">Online</option>
                   </select>
               </div>
           </div>
           <div class="row mb-2">
               <label class="col-form-label col-2">Photo</label>
               <div class="col-4">
                   <input type="file" id="photoInput" name="photo" class="form-control form-control-sm" onchange="previewImage(event)" accept="image/*" />
               </div>
               <div class="col-6">
                   <img id="photoPreview" class="img-thumbnail d-none" style="width:40px;height:38px;object-fit:cover;" />
               </div>
           </div>
       </div>

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • 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.