# C1.Web.Mvc.DashboardLayout.Render

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_DashboardLayout_Render_" data-uid="C1.Web.Mvc.DashboardLayout.Render*">Render Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_DashboardLayout_Render_" data-uid="C1.Web.Mvc.DashboardLayout.Render*"></a>
<h4 id="C1_Web_Mvc_DashboardLayout_Render_System_IO_TextWriter_System_Text_Encodings_Web_HtmlEncoder_" data-uid="C1.Web.Mvc.DashboardLayout.Render(System.IO.TextWriter,System.Text.Encodings.Web.HtmlEncoder)">Render(TextWriter, HtmlEncoder)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override void Render(TextWriter writer, HtmlEncoder encoder)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overrides Sub Render(writer As TextWriter, encoder As HtmlEncoder)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">TextWriter</span></td>
      <td><span class="parametername">writer</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.encodings.web.htmlencoder">HtmlEncoder</a></td>
      <td><span class="parametername">encoder</span></td>
      <td><p>The Html encoder.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="C1.Web.Mvc.Control.Render.html#C1_Web_Mvc_Control_Render_System_IO_TextWriter_System_Text_Encodings_Web_HtmlEncoder_">Control.Render(TextWriter, HtmlEncoder)</a></div>
</div>
