{"id":22835206,"url":"https://github.com/jchristn/htmlpagebuilder","last_synced_at":"2026-03-06T09:34:30.844Z","repository":{"id":65413719,"uuid":"329679228","full_name":"jchristn/HtmlPageBuilder","owner":"jchristn","description":"Simple library that allows you to build HTML strings including head and body components","archived":false,"fork":false,"pushed_at":"2024-10-30T22:24:22.000Z","size":2182,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-24T00:08:23.016Z","etag":null,"topics":["builder","html","page","web"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jchristn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-14T16:57:27.000Z","updated_at":"2024-10-30T22:24:26.000Z","dependencies_parsed_at":"2023-01-23T10:55:04.103Z","dependency_job_id":null,"html_url":"https://github.com/jchristn/HtmlPageBuilder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchristn%2FHtmlPageBuilder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchristn%2FHtmlPageBuilder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchristn%2FHtmlPageBuilder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchristn%2FHtmlPageBuilder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jchristn","download_url":"https://codeload.github.com/jchristn/HtmlPageBuilder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250535099,"owners_count":21446508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["builder","html","page","web"],"created_at":"2024-12-12T22:08:41.571Z","updated_at":"2026-03-06T09:34:30.810Z","avatar_url":"https://github.com/jchristn.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"![alt tag](https://raw.githubusercontent.com/jchristn/HtmlPageBuilder/main/assets/icon.ico)\n\n# HtmlPageBuilder\n\n[![NuGet Version](https://img.shields.io/nuget/v/HtmlPageBuilder.svg?style=flat)](https://www.nuget.org/packages/HtmlPageBuilder/) [![NuGet](https://img.shields.io/nuget/dt/HtmlPageBuilder.svg)](https://www.nuget.org/packages/HtmlPageBuilder)\n\n## Description\n\nHtmlPageBuilder is a simple library that allows you to build HTML strings including head and body components.\n\nFor a sample app exercising this library, refer to the ```Test``` project contained within the solution.\n\n## New in v1.0.0\n\n- Initial release\n\n## Simple Example\n\n```csharp\nHtmlPage p = new HtmlPage();\np.Head.Title = \"My Page\";\np.Head.MetaKeywords = \"my,page\";\np.Head.Style = \"h1 { font-family: 'arial' } p { font-family: 'arial' } ul { font-family: 'arial' }\";\np.Body.Content += _Page.Body.H1Text(\"My Page\");\np.Body.Content += _Page.Body.Paragraph(\"This is some sample text.\");\np.Body.Content += _Page.Body.UnorderedList(new List\u003cstring\u003e { \"foo\", \"bar\", \"baz\" });\nConsole.WriteLine(p.ToString());\n```\n\n## Version history\n\nRefer to CHANGELOG.md.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjchristn%2Fhtmlpagebuilder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjchristn%2Fhtmlpagebuilder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjchristn%2Fhtmlpagebuilder/lists"}