Owin.Framework.Pages.Html
1.4.0
See the version list below for details.
Install-Package Owin.Framework.Pages.Html -Version 1.4.0
dotnet add package Owin.Framework.Pages.Html --version 1.4.0
<PackageReference Include="Owin.Framework.Pages.Html" Version="1.4.0" />
paket add Owin.Framework.Pages.Html --version 1.4.0
#r "nuget: Owin.Framework.Pages.Html, 1.4.0"
// Install Owin.Framework.Pages.Html as a Cake Addin
#addin nuget:?package=Owin.Framework.Pages.Html&version=1.4.0
// Install Owin.Framework.Pages.Html as a Cake Tool
#tool nuget:?package=Owin.Framework.Pages.Html&version=1.4.0
Provides build engines that can be plugged into the fluent builder to enable your website to respond to requests by returning pages of Html
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
.NETFramework 4.0
- DotlessClientOnly (>= 1.5.2)
- Newtonsoft.Json (>= 7.0.1)
- Owin.Framework (>= 2.7.1)
- Owin.Framework.Pages.Core (>= 1.4.0)
- Urchin.Client (>= 1.3.2)
-
.NETFramework 4.5
- DotlessClientOnly (>= 1.5.2)
- Newtonsoft.Json (>= 7.0.1)
- Owin.Framework (>= 2.7.1)
- Owin.Framework.Pages.Core (>= 1.4.0)
- Urchin.Client (>= 1.3.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Owin.Framework.Pages.Html:
Package | Downloads |
---|---|
Owin.Framework.Pages.Standard
Contains packages that can be plugged into your application to provide commonly required functionallity like menus, tabs, login, data entry, text editing etc |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.4.1 | 413 | 4/3/2020 |
1.4.0 | 476 | 4/1/2020 |
1.3.17 | 348 | 3/11/2020 |
1.3.15 | 407 | 2/29/2020 |
1.3.14 | 275 | 2/24/2020 |
1.3.13 | 317 | 2/24/2020 |
1.3.12 | 330 | 2/24/2020 |
1.3.11 | 304 | 2/21/2020 |
1.3.9 | 311 | 2/21/2020 |
1.3.8 | 324 | 2/20/2020 |
1.3.7 | 304 | 2/19/2020 |
1.3.6 | 319 | 2/18/2020 |
1.3.5 | 296 | 2/17/2020 |
1.3.4 | 358 | 2/17/2020 |
1.3.0 | 305 | 2/15/2020 |
1.2.14 | 320 | 2/14/2020 |
1.2.13 | 307 | 2/14/2020 |
1.2.12 | 382 | 2/14/2020 |
1.2.11 | 320 | 2/4/2020 |
1.2.10 | 300 | 1/14/2020 |
1.2.9 | 330 | 1/12/2020 |
1.2.7 | 456 | 12/12/2019 |
1.2.6 | 469 | 9/25/2019 |
1.2.5 | 543 | 8/1/2019 |
1.2.4 | 505 | 6/8/2019 |
1.1.3 | 655 | 4/23/2019 |
1.1.2 | 485 | 3/10/2019 |
1.1.1 | 548 | 2/12/2019 |
1.1.0 | 528 | 2/12/2019 |
1.0.2 | 530 | 2/8/2019 |
1.0.1 | 563 | 1/26/2019 |
1.0.0 | 547 | 1/25/2019 |
Major refactoring of the templating system so that templates can render data bound content
into other areas of the page and not just the body. This allows the template parsers that
parse Javascript to support back-ticks for mustache data binding in the Javascript. This is
especially useful when using Vue.js to initialize the "data" attribute of the view model
with server-side data binding.