# GrapeCity.Documents.Word.GcWordDocument.MalformedUriRewriter

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_GcWordDocument_MalformedUriRewriter_" data-uid="GrapeCity.Documents.Word.GcWordDocument.MalformedUriRewriter*">MalformedUriRewriter Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_GcWordDocument_MalformedUriRewriter_" data-uid="GrapeCity.Documents.Word.GcWordDocument.MalformedUriRewriter*"></a>
<h4 id="GrapeCity_Documents_Word_GcWordDocument_MalformedUriRewriter" data-uid="GrapeCity.Documents.Word.GcWordDocument.MalformedUriRewriter">MalformedUriRewriter</h4>
<div class="markdown level1 summary"><p>Gets or sets the malformed URI rewriter that can be used to implement a custom strategy for rewriting malformed URIs.</p>
<p>By default this property is null (i.e. no rewriting takes place).</p>
<p>
Set this to an instance of the <a class="xref" href="GrapeCity.Documents.Word.DefaultMalformedUriRewriter.html">DefaultMalformedUriRewriter</a> class to use the 
default rewriting strategy, or use a custom <a class="xref" href="GrapeCity.Documents.Word.IMalformedUriRewriter.html">IMalformedUriRewriter</a> implementation.
</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</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 IMalformedUriRewriter MalformedUriRewriter { get; set; }</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 Property MalformedUriRewriter As IMalformedUriRewriter</code></pre>
</div>
</div>
