var doc = document(
doctype(
),
head(
title()
),
body (
h1(
),
p(
),
a().href().text(),
a(href="", text=""),
a(
img(
)
)
)
);
public class HtmlDocument {
}
public static class html {
public static HtmlDocument document();
}
This repository was archived by the owner on Apr 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Generate HTML with fluent API
License
guneysus-archieve/dotnet-html-gen
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Generate HTML with fluent API
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published