HtmlJs 1.0.1
dotnet add package HtmlJs --version 1.0.1
NuGet\Install-Package HtmlJs -Version 1.0.1
<PackageReference Include="HtmlJs" Version="1.0.1" />
<PackageVersion Include="HtmlJs" Version="1.0.1" />
<PackageReference Include="HtmlJs" />
paket add HtmlJs --version 1.0.1
#r "nuget: HtmlJs, 1.0.1"
#:package HtmlJs@1.0.1
#addin nuget:?package=HtmlJs&version=1.0.1
#tool nuget:?package=HtmlJs&version=1.0.1
Pure Javascript framework - unobtrusive MVVM.
Full-fledged framework including ajax, routing, validation, scripts/styles dynamic loading, module management.
The outstanding points are unobstrusiveness, performance, lightweight, easy to learn, easy to extend controls.
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.
Fix bug for dropdown list (not notify change when binding a list that is not observer)
Fix bug for routing: add ignore-route.
Add html.id feature. The namespace contains all ids of the DOM.