|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <title>WebExpress | WebExpress.WebUI </title> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 7 | + <meta name="title" content="WebExpress | WebExpress.WebUI "> |
| 8 | + |
| 9 | + |
| 10 | + <link rel="icon" href="assets/webexpress.ico"> |
| 11 | + <link rel="stylesheet" href="public/docfx.min.css"> |
| 12 | + <link rel="stylesheet" href="public/main.css"> |
| 13 | + <meta name="docfx:navrel" content="toc.html"> |
| 14 | + <meta name="docfx:tocrel" content="toc.html"> |
| 15 | + |
| 16 | + <meta name="docfx:rel" content=""> |
| 17 | + |
| 18 | + |
| 19 | + <meta name="docfx:docurl" content="https://github.com/ReneSchwarzer/WebExpress.WebUI/blob/develop/docs/index.md/#L1"> |
| 20 | + <meta name="loc:inThisArticle" content="In this article"> |
| 21 | + <meta name="loc:searchResultsCount" content="{count} results for "{query}""> |
| 22 | + <meta name="loc:searchNoResults" content="No results for "{query}""> |
| 23 | + <meta name="loc:tocFilter" content="Filter by title"> |
| 24 | + <meta name="loc:nextArticle" content="Next"> |
| 25 | + <meta name="loc:prevArticle" content="Previous"> |
| 26 | + <meta name="loc:themeLight" content="Light"> |
| 27 | + <meta name="loc:themeDark" content="Dark"> |
| 28 | + <meta name="loc:themeAuto" content="Auto"> |
| 29 | + <meta name="loc:changeTheme" content="Change theme"> |
| 30 | + <meta name="loc:copy" content="Copy"> |
| 31 | + <meta name="loc:downloadPdf" content="Download PDF"> |
| 32 | + |
| 33 | + <script type="module" src="./public/docfx.min.js"></script> |
| 34 | + |
| 35 | + <script> |
| 36 | + const theme = localStorage.getItem('theme') || 'auto' |
| 37 | + document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme) |
| 38 | + </script> |
| 39 | + |
| 40 | + </head> |
| 41 | + |
| 42 | + <body class="tex2jax_ignore" data-layout="" data-yaml-mime=""> |
| 43 | + <header class="bg-body border-bottom"> |
| 44 | + <nav id="autocollapse" class="navbar navbar-expand-md" role="navigation"> |
| 45 | + <div class="container-xxl flex-nowrap"> |
| 46 | + <a class="navbar-brand" href="index.html"> |
| 47 | + <img id="logo" class="svg" src="assets/webexpress.svg" alt="WebExpress.WebUI"> |
| 48 | + WebExpress.WebUI |
| 49 | + </a> |
| 50 | + <button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation"> |
| 51 | + <i class="bi bi-three-dots"></i> |
| 52 | + </button> |
| 53 | + <div class="collapse navbar-collapse" id="navpanel"> |
| 54 | + <div id="navbar"> |
| 55 | + <form class="search" role="search" id="search"> |
| 56 | + <i class="bi bi-search"></i> |
| 57 | + <input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search"> |
| 58 | + </form> |
| 59 | + </div> |
| 60 | + </div> |
| 61 | + </div> |
| 62 | + </nav> |
| 63 | + </header> |
| 64 | + |
| 65 | + <main class="container-xxl"> |
| 66 | + |
| 67 | + <div class="content"> |
| 68 | + <div class="actionbar"> |
| 69 | + |
| 70 | + <nav id="breadcrumb"></nav> |
| 71 | + </div> |
| 72 | + |
| 73 | + <article data-uid=""> |
| 74 | + |
| 75 | +<p><img src="https://raw.githubusercontent.com/webexpress-framework/.github/main/docs/assets/img/banner.png" alt="WebExpress-Framework"></p> |
| 76 | +<h1 id="webexpress">WebExpress</h1> |
| 77 | +<p>WebExpress is a lightweight web server optimized for use in low-performance environments (e.g. Raspberry PI). By providing |
| 78 | +a powerful plugin system and a comprehensive API, web applications can be easily and quickly integrated into a .NET |
| 79 | +language (e.g. C#). Some advantages of WebExpress are:</p> |
| 80 | +<ul> |
| 81 | +<li>It is easy to use.</li> |
| 82 | +<li>It offers a variety of features and tools that can help you build and manage your website.</li> |
| 83 | +<li>It is fast and efficient and can help you save time and money.</li> |
| 84 | +<li>It is flexible and can be customized to meet your specific requirements.</li> |
| 85 | +</ul> |
| 86 | +<p>The WebExpress family includes the following projects:</p> |
| 87 | +<ul> |
| 88 | +<li><a href="https://github.com/webexpress-framework/WebExpress#readme">WebExpress</a> - The web server for WebExpress applications and the documentation.</li> |
| 89 | +<li><a href="https://github.com/webexpress-framework/WebExpress.WebCore#readme">WebExpress.WebCore</a> - The core for WebExpress applications.</li> |
| 90 | +<li><a href="https://github.com/webexpress-framework/WebExpress.WebUI#readme">WebExpress.WebUI</a> - Common templates and controls for WebExpress applications.</li> |
| 91 | +<li><a href="https://github.com/webexpress-framework/WebExpress.WebIndex#readme">WebExpress.WebIndex</a> - Reverse index for WebExpress applications.</li> |
| 92 | +<li><a href="https://github.com/webexpress-framework/WebExpress.WebApp#readme">WebExpress.WebApp</a> - Business application template for WebExpress applications.</li> |
| 93 | +</ul> |
| 94 | +<h1 id="webexpresswebui">WebExpress.WebUI</h1> |
| 95 | +<p><code>WebExpress.WebUI</code> is part of the WebExpress family. It provides templates and controls that standardize and facilitate the |
| 96 | +creation of web pages.</p> |
| 97 | +<h1 id="download">Download</h1> |
| 98 | +<p>The current binaries are available for download <a href="https://github.com/webexpress-framework/WebExpress/releases">here</a>.</p> |
| 99 | +<h1 id="tags">Tags</h1> |
| 100 | +<p>#WebUI #WebExpress #DotNet #NETCore</p> |
| 101 | + |
| 102 | +</article> |
| 103 | + |
| 104 | + <div class="contribution d-print-none"> |
| 105 | + <a href="https://github.com/ReneSchwarzer/WebExpress.WebUI/blob/develop/docs/index.md/#L1" class="edit-link">Edit this page</a> |
| 106 | + </div> |
| 107 | + |
| 108 | + <div class="next-article d-print-none border-top" id="nextArticle"></div> |
| 109 | + |
| 110 | + </div> |
| 111 | + |
| 112 | + <div class="affix"> |
| 113 | + <nav id="affix"></nav> |
| 114 | + </div> |
| 115 | + </main> |
| 116 | + |
| 117 | + <div class="container-xxl search-results" id="search-results"></div> |
| 118 | + |
| 119 | + <footer class="border-top text-secondary"> |
| 120 | + <div class="container-xxl"> |
| 121 | + <div class="flex-fill"> |
| 122 | + <span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span> |
| 123 | + </div> |
| 124 | + </div> |
| 125 | + </footer> |
| 126 | + </body> |
| 127 | +</html> |
0 commit comments