HTMLX 0.10.28

.NET Framework
dotnet add package HTMLX --version 0.10.28
NuGet\Install-Package HTMLX -Version 0.10.28
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="HTMLX" Version="0.10.28" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HTMLX --version 0.10.28
#r "nuget: HTMLX, 0.10.28"
#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.
// Install HTMLX as a Cake Addin
#addin nuget:?package=HTMLX&version=0.10.28

// Install HTMLX as a Cake Tool
#tool nuget:?package=HTMLX&version=0.10.28

HTML Extensions for making single-page applications with Bridge.NET, SCSS and components.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

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
0.10.28 2,119 2/21/2021
0.10.27 2,493 2/19/2021
0.10.26 369 2/18/2021
0.10.25 594 10/11/2020
0.10.24 2,141 8/5/2020
0.10.23 546 8/5/2020
0.10.22 533 8/5/2020
0.10.21 820 7/28/2020
0.10.20 518 7/27/2020
0.10.19 733 6/22/2020
0.10.18 503 6/22/2020
0.10.17 517 6/21/2020
0.10.16 547 6/21/2020
0.10.15 505 6/19/2020
0.10.14 473 6/17/2020
0.10.13 612 6/14/2020
0.10.12 530 6/9/2020
0.10.11 492 6/9/2020
0.10.10 512 6/6/2020
0.10.9 553 6/3/2020
0.10.8 577 6/3/2020
0.10.7 597 5/30/2020
0.10.6 583 5/29/2020
0.10.5 594 5/29/2020
0.10.4 558 5/29/2020
0.10.3 512 5/28/2020
0.10.2 532 5/24/2020
0.10.1 633 5/23/2020
0.10.0 514 5/18/2020
0.9.3 751 2/27/2020
0.9.2 727 11/26/2019
0.9.1 753 10/26/2019
0.9.0 598 10/26/2019
0.8.18 647 9/20/2019
0.8.17 796 8/19/2019
0.8.16 813 8/6/2019
0.8.15 835 8/3/2019
0.8.14 745 8/3/2019
0.8.13 754 8/2/2019
0.8.12 759 8/2/2019
0.8.11 762 8/2/2019
0.8.10 746 7/30/2019
0.8.9 829 7/5/2019
0.8.8 767 6/28/2019
0.8.7 778 6/13/2019
0.8.6 881 6/8/2019
0.8.5 793 5/28/2019
0.8.4 856 5/24/2019
0.8.3 785 5/24/2019
0.8.2 773 5/22/2019
0.8.1 824 5/19/2019
0.8.0 804 5/16/2019
0.7.8 860 4/26/2019
0.7.7 866 4/10/2019
0.7.6 807 4/1/2019
0.7.5 757 3/27/2019
0.7.4 780 3/20/2019
0.7.3 791 3/18/2019
0.7.2 804 3/11/2019
0.7.1 773 3/7/2019
0.7.0 794 2/27/2019
0.6.0 905 2/7/2019
0.5.1 890 1/31/2019
0.5.0 881 1/30/2019
0.4.9 892 1/30/2019
0.4.8 902 1/30/2019
0.4.7 889 1/25/2019
0.4.6 899 1/23/2019
0.4.5 893 1/23/2019
0.4.4 911 1/23/2019
0.4.3 878 1/22/2019
0.4.2 914 1/22/2019
0.4.1 926 1/7/2019
0.4.0 931 1/3/2019
0.3.1 901 12/26/2018
0.3.0 895 12/21/2018
0.2.2 838 12/18/2018
0.2.1 855 12/17/2018
0.2.0 856 12/17/2018
0.1.5 876 12/16/2018
0.1.4 891 12/12/2018
0.1.3 980 12/11/2018
0.1.2 887 12/11/2018
0.1.1 902 12/10/2018

- Comments are now ignored from .htmlx files when generating .htmlx.cs Render method.
- Application.Router.Query is now loaded on startup.
- Implemented OnBeforeNavigate in Router.