Owin.Framework.Pages.Html
1.2.4
See the version list below for details.
Install-Package Owin.Framework.Pages.Html -Version 1.2.4
dotnet add package Owin.Framework.Pages.Html --version 1.2.4
<PackageReference Include="Owin.Framework.Pages.Html" Version="1.2.4" />
paket add Owin.Framework.Pages.Html --version 1.2.4
#r "nuget: Owin.Framework.Pages.Html, 1.2.4"
// Install Owin.Framework.Pages.Html as a Cake Addin
#addin nuget:?package=Owin.Framework.Pages.Html&version=1.2.4
// Install Owin.Framework.Pages.Html as a Cake Tool
#tool nuget:?package=Owin.Framework.Pages.Html&version=1.2.4
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
- Microsoft.Owin (= 2.1.0)
- Owin.Framework (>= 2.6.0 && < 3.0.0)
-
.NETFramework 4.5
- Microsoft.Owin (= 3.0.1)
- Owin.Framework (>= 2.6.0 && < 3.0.0)
-
All Frameworks
- DotlessClientOnly (>= 1.5.0 && < 2.0.0)
- Ioc.Modules (>= 1.3.0 && < 2.0.0)
- Owin.Framework.Pages.Core (>= 1.2.4)
- Urchin.Client (>= 1.2.0 && < 2.0.0)
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 |
Services can generate a component that renders a client-side JavaScript
to call the service.
The parts of a layout are renamed from "Regions" to "Zones" to avoid
consusion between this and the Region element. This affects all properties
methods and attributes that relate to the regions/zones of a layout.