# GrapeCity.Documents.Word.IMalformedUriRewriter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_IMalformedUriRewriter" data-uid="GrapeCity.Documents.Word.IMalformedUriRewriter" class="text-break">IMalformedUriRewriter Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a malformed URI rewriter.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_IMalformedUriRewriter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Obsolete(&quot;This API has no effect and will be removed in a future version.&quot;)]
public interface IMalformedUriRewriter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Obsolete(&quot;This API has no effect and will be removed in a future version.&quot;)&gt;
Public Interface IMalformedUriRewriter</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="GrapeCity_Documents_Word_IMalformedUriRewriter_OnLoadInvalidUri" data-uid="GrapeCity.Documents.Word.IMalformedUriRewriter.OnLoadInvalidUri">
          <a class="xref" href="GrapeCity.Documents.Word.IMalformedUriRewriter.OnLoadInvalidUri.html#GrapeCity_Documents_Word_IMalformedUriRewriter_OnLoadInvalidUri">OnLoadInvalidUri</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a delegate that is called when a malformed URI is about to load.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_IMalformedUriRewriter_OnSaveUri" data-uid="GrapeCity.Documents.Word.IMalformedUriRewriter.OnSaveUri">
          <a class="xref" href="GrapeCity.Documents.Word.IMalformedUriRewriter.OnSaveUri.html#GrapeCity_Documents_Word_IMalformedUriRewriter_OnSaveUri">OnSaveUri</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a delegate that is called when a malformed URI is about to be saved.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
