Giraffe.ViewEngine icon indicating copy to clipboard operation
Giraffe.ViewEngine copied to clipboard

An F# view engine for Giraffe and other ASP.NET Core web applications.

Results 5 Giraffe.ViewEngine issues
Sort by recently updated
recently updated
newest added

`RenderView.AsString.htmlDocument` does not permit to render formatted html documents. It would be good to be able to read generated result.

Quick fix for the enhancement described in https://github.com/giraffe-fsharp/Giraffe.ViewEngine/issues/16 #### Notes I noticed Giraffe core is on `1.0.*` Judging by the [release notes for 1.1.0](https://github.com/dotnet/sourcelink/releases/tag/1.1.1), there's not much that would be...

When you have a moment, a version with the `Microsoft.SourceLink.Github` PackageReference would be great :) Giraffe proper is sourcelinked, I think it just got lost in the shuffle here.

I am converting a HTML hard coded website to Giraffe (for layout, data templating...). It is quite boring to transform HTML to function-style view. I thought a tool could help,...

question