Oxpecker.ViewEngine
0.2.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Oxpecker.ViewEngine --version 0.2.0
NuGet\Install-Package Oxpecker.ViewEngine -Version 0.2.0
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="Oxpecker.ViewEngine" Version="0.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Oxpecker.ViewEngine --version 0.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Oxpecker.ViewEngine, 0.2.0"
#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 Oxpecker.ViewEngine as a Cake Addin #addin nuget:?package=Oxpecker.ViewEngine&version=0.2.0 // Install Oxpecker.ViewEngine as a Cake Tool #tool nuget:?package=Oxpecker.ViewEngine&version=0.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Oxpecker.ViewEngine
Markup example:
open Oxpecker.ViewEngine
let staticHtml =
html() {
body(style = "width: 800px; margin: 0 auto") {
h1(style = "text-align: center; color: red") { "Error" }
p() { "Some long error text" }
ul() {
for i in 1..10 do
li().attr("onclick", $"alert('Test {i}')") {
span(id= $"span{i}", class'="test") { $"Test {i}" }
}
}
}
}
Documentation:
TBD
Product | Versions 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- FSharp.Core (>= 8.0.101)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Oxpecker.ViewEngine:
Package | Downloads |
---|---|
Oxpecker
F# web framework built on top of ASP.NET Core |
|
Oxpecker.Htmx
HTMX support for Oxpecker.ViewEngine |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 0 | 11/19/2024 |
0.15.2 | 221 | 11/6/2024 |
0.15.1 | 374 | 10/26/2024 |
0.15.0 | 131 | 10/9/2024 |
0.14.1 | 82 | 10/8/2024 |
0.14.0 | 409 | 8/30/2024 |
0.13.1 | 1,723 | 8/23/2024 |
0.13.0 | 146 | 8/22/2024 |
0.12.0 | 474 | 8/13/2024 |
0.11.0 | 80 | 8/5/2024 |
0.10.2 | 163 | 7/24/2024 |
0.10.1 | 98 | 7/23/2024 |
0.10.0 | 302 | 7/17/2024 |
0.9.0 | 118 | 7/16/2024 |
0.8.0 | 109 | 6/18/2024 |
0.7.2 | 1,131 | 5/8/2024 |
0.7.1 | 124 | 4/29/2024 |
0.7.0 | 818 | 3/5/2024 |
0.6.0 | 130 | 3/3/2024 |
0.5.0 | 225 | 2/29/2024 |
0.4.0 | 150 | 2/21/2024 |
0.3.0 | 121 | 2/15/2024 |
0.2.0 | 287 | 1/24/2024 |
0.1.0 | 141 | 1/19/2024 |
Html encoding support