Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

nuget.org : markupolation.extensions

Markupolation = Markup + String Interpolation Extensions for HTML templating in C# with a fluent API: ⌨️ var links = new[] { new { Url = "#", Title = "Foo", Active = true }, new { Url = "#", Title = "Bar", Active = false } }; ⌨️ links.Each((x, index) => a(href(x.Url), id($"link{index}"), x.IfMatch(x => x.Active, x => class_("active")), x.Title)); 🖨️ <a href="#" id="link0" class="active">Foo</a><a href="#" id="link1">Bar</a>

Registry - Homepage - JSON
purl: pkg:nuget/markupolation.extensions
Keywords: HTML, HTML5, Markup, csharp, dotnet, html, markup, string-interpolation
License: MIT
Latest release: about 1 year ago
First release: over 2 years ago
Downloads: 533 total
Stars: 12 on GitHub
Forks: 2 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 27 days ago

    Loading...
    Readme
    Loading...