# C1.Web.Mvc.CallbackManager

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_CallbackManager" data-uid="C1.Web.Mvc.CallbackManager" class="text-break">CallbackManager Class
</h1>
  <div class="markdown level0 summary"><p>Callback manager.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">CallbackManager</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.Web.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_CallbackManager_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class CallbackManager</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class CallbackManager</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_CallbackManager_CurrentIsCallback" data-uid="C1.Web.Mvc.CallbackManager.CurrentIsCallback">
          <a class="xref" href="C1.Web.Mvc.CallbackManager.CurrentIsCallback.html#C1_Web_Mvc_CallbackManager_CurrentIsCallback">CurrentIsCallback</a>
        </td>
        <td class="markdown level1 summary"><p>Gets if current request is callback.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_CallbackManager_GetCurrentCallbackData__1" data-uid="C1.Web.Mvc.CallbackManager.GetCurrentCallbackData``1">
          <a class="xref" href="C1.Web.Mvc.CallbackManager.GetCurrentCallbackData.html#C1_Web_Mvc_CallbackManager_GetCurrentCallbackData__1">GetCurrentCallbackData&lt;T&gt;()</a>
        </td>
        <td class="markdown level1 summary"><p>Get the deserialized data from the request.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_CallbackManager_GetDeserializedData__1" data-uid="C1.Web.Mvc.CallbackManager.GetDeserializedData``1">
          <a class="xref" href="C1.Web.Mvc.CallbackManager.GetDeserializedData.html#C1_Web_Mvc_CallbackManager_GetDeserializedData__1">GetDeserializedData&lt;T&gt;()</a>
        </td>
        <td class="markdown level1 summary"><p>Get the deserialized data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_CallbackManager_GetRequestTextData" data-uid="C1.Web.Mvc.CallbackManager.GetRequestTextData">
          <a class="xref" href="C1.Web.Mvc.CallbackManager.GetRequestTextData.html#C1_Web_Mvc_CallbackManager_GetRequestTextData">GetRequestTextData()</a>
        </td>
        <td class="markdown level1 summary"><p>Get the text data from the request.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_CallbackManager_WriteContent_System_String_System_String_" data-uid="C1.Web.Mvc.CallbackManager.WriteContent(System.String,System.String)">
          <a class="xref" href="C1.Web.Mvc.CallbackManager.WriteContent.html#C1_Web_Mvc_CallbackManager_WriteContent_System_String_System_String_">WriteContent(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Write the content to the response.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_CallbackManager_WriteJson_System_Object_" data-uid="C1.Web.Mvc.CallbackManager.WriteJson(System.Object)">
          <a class="xref" href="C1.Web.Mvc.CallbackManager.WriteJson.html#C1_Web_Mvc_CallbackManager_WriteJson_System_Object_">WriteJson(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Write data as json to the response.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
