Skip to content

Commit

Permalink
Deploying to gh-pages from @ af53847 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-hodgson committed Sep 8, 2023
1 parent f838a5b commit 581f46e
Show file tree
Hide file tree
Showing 20 changed files with 261,600 additions and 0 deletions.
601 changes: 601 additions & 0 deletions v2.1.0/Eighty.Attr.html

Large diffs are not rendered by default.

155,466 changes: 155,466 additions & 0 deletions v2.1.0/Eighty.Html.html

Large diffs are not rendered by default.

207 changes: 207 additions & 0 deletions v2.1.0/Eighty.IHtmlRenderer-1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,207 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Interface IHtmlRenderer&lt;TModel&gt;
| Eighty </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Interface IHtmlRenderer&lt;TModel&gt;
| Eighty ">
<meta name="generator" content="docfx 2.59.2.0">


<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="shortcut" "icon"="" href="/favicon.ico" type="image/x-icon">

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/out/water.min.css" integrity="sha256-QST90Wzz4PEr5KlclQaOCsjc00FTyf86Wrj41oqZB4w=" crossorigin="anonymous">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/highlight.css">

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script async="" id="highlightjs-script" src="js/third-party/highlight.js"></script>
<script defer="" src="js/main.js"></script>


</head>
<body>
<header class="row-space">
<h1 class="title"><a href="Eighty" class="xref">Eighty</a></h1>
<form role="search">
<input type="text" id="search" placeholder="Search" autocomplete="off">
</form>
</header>

<div id="search-results" class="centre">

</div>

<main class="columns hide-when-search">
<div class="col col-md">
<button type="button" class="sm:block centre js-expander" aria-controls="toc">Show / Hide Table of Contents</button>
<nav id="toc" class="sticky sm:hide">
<form>
<input id="toc-filter" type="text" placeholder="Enter here to filter...">
</form>
<ul id="toc0" class="active active-i">
<li>
<button type="button" class="link expander active active-i js-expander" aria-controls="toc0_0"></button>
<a href="Eighty.html" title="Eighty" class="active active-i">Eighty</a>
<ul id="toc0_0" class="active active-i">
<li>
<a href="Eighty.Attr.html" title="Attr" class="">Attr</a>
</li>
<li>
<a href="Eighty.Html.html" title="Html" class="">Html</a>
</li>
<li>
<a href="Eighty.IHtmlRenderer-1.html" title="IHtmlRenderer&lt;TModel&gt;" class="active active-i">IHtmlRenderer&lt;TModel&gt;</a>
</li>
<li>
<a href="Eighty.TagBuilder.html" title="TagBuilder" class="">TagBuilder</a>
</li>
</ul>
</li>
<li>
<button type="button" class="link expander js-expander" aria-controls="toc0_1"></button>
<a href="Eighty.Twenty.html" title="Eighty.Twenty" class="">Eighty.Twenty</a>
<ul id="toc0_1" class="">
<li>
<a href="Eighty.Twenty.HtmlBuilder.html" title="HtmlBuilder" class="">HtmlBuilder</a>
</li>
<li>
<a href="Eighty.Twenty.IHtmlBuilderRenderer-1.html" title="IHtmlBuilderRenderer&lt;TModel&gt;" class="">IHtmlBuilderRenderer&lt;TModel&gt;</a>
</li>
<li>
<a href="Eighty.Twenty.TagBuilder.html" title="TagBuilder" class="">TagBuilder</a>
</li>
</ul>
</li>
</ul>
</nav>
</div>

<div class="col columns">
<article class="col">
<h1 id="Eighty_IHtmlRenderer_1"><a href="#Eighty_IHtmlRenderer_1">Interface IHtmlRenderer&lt;TModel&gt;
</a></h1>
<div><p>Represents a process which can render a <code data-dev-comment-type="typeparamref" class="typeparamref">TModel</code> as <a class="xref" href="Eighty.Html.html">Html</a>.</p>
</div>


<h5>Declaration</h5>
<pre><code class="lang-csharp hljs">public interface IHtmlRenderer&lt;in TModel&gt;</code></pre>
<h5>Type Parameters</h5>
<table>
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><p>TModel</p></td>
<td><p>The model type.</p>
</td>
</tr>
</tbody>
</table>



<h3 id="methods"><a href="#methods">Methods
</a></h3>


<a id="Eighty_IHtmlRenderer_1_Render_"></a>
<h4 id="Eighty_IHtmlRenderer_1_Render__0_"><a href="#Eighty_IHtmlRenderer_1_Render__0_">Render(TModel)</a></h4>
<div><p>Render a <code data-dev-comment-type="typeparamref" class="typeparamref">TModel</code> as <a class="xref" href="Eighty.Html.html">Html</a>.</p>
</div>
<h5>Declaration</h5>
<pre><code class="lang-csharp hljs">Html Render(TModel model)</code></pre>

<h5>Parameters</h5>
<table>
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><p><span class="xref">TModel</span></p></td>
<td><p>model</p></td>
<td><p>The model.</p>
</td>
</tr>
</tbody>
</table>

<h5>Returns</h5>
<table>
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><p><a class="xref" href="Eighty.Html.html">Html</a></p></td>
<td><p>The HTML.</p>
</td>
</tr>
</tbody>
</table>














</article>

<div class="col col-sm sticky md:hide">
<h5>In This Article</h5>
<nav id="local-toc">
<ul class="active">
<li>
<a class="active" href="#Eighty_IHtmlRenderer_1">Interface IHtmlRenderer&lt;TModel&gt;
</a>
<ul class="active">
<li>
<a href="#methods">Methods
</a>

<ul>
<li><a href="#Eighty_IHtmlRenderer_1_Render__0_">Render(TModel)</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</nav>
</div>
</div>
</main>

<footer class="row-space">
<span>
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</footer>

</body>
</html>
Loading

0 comments on commit 581f46e

Please sign in to comment.