# C1.Web.Mvc.Serialization.BaseWriter.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_Serialization_BaseWriter__ctor_" data-uid="C1.Web.Mvc.Serialization.BaseWriter.#ctor*">BaseWriter Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_Serialization_BaseWriter__ctor_" data-uid="C1.Web.Mvc.Serialization.BaseWriter.#ctor*"></a>
<h4 id="C1_Web_Mvc_Serialization_BaseWriter__ctor_C1_Web_Mvc_Serialization_IContext_C1_Web_Mvc_Serialization_IAttributeHelper_System_IO_TextWriter_" data-uid="C1.Web.Mvc.Serialization.BaseWriter.#ctor(C1.Web.Mvc.Serialization.IContext,C1.Web.Mvc.Serialization.IAttributeHelper,System.IO.TextWriter)">BaseWriter(IContext, IAttributeHelper, TextWriter)</h4>
<div class="markdown level1 summary"><p>Creates an instance of <a class="xref" href="C1.Web.Mvc.Serialization.BaseWriter.html">BaseWriter</a></p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected BaseWriter(IContext context, IAttributeHelper helper, TextWriter writer)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Sub New(context As IContext, helper As IAttributeHelper, writer As TextWriter)</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><a class="xref" href="C1.Web.Mvc.Serialization.IContext.html">IContext</a></td>
      <td><span class="parametername">context</span></td>
      <td><p>The context object.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Web.Mvc.Serialization.IAttributeHelper.html">IAttributeHelper</a></td>
      <td><span class="parametername">helper</span></td>
      <td><p>The attribute helper instance.</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">TextWriter</span></td>
      <td><span class="parametername">writer</span></td>
      <td><p>The writer.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
