# C1.Report.RtfField.DetectUrls

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_RtfField_DetectUrls_" data-uid="C1.Report.RtfField.DetectUrls*">DetectUrls Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_RtfField_DetectUrls_" data-uid="C1.Report.RtfField.DetectUrls*"></a>
<h4 id="C1_Report_RtfField_DetectUrls" data-uid="C1.Report.RtfField.DetectUrls">DetectUrls</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether or not the current field
will automatically format Uniform Resource Locators (URLs)
when those are found in text.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Behavior&quot;)]
[C1Description(&quot;RtfField.DetectUrls&quot;, &quot;Indicate whether URLs will be automatically formatted.&quot;)]
public bool DetectUrls { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Behavior&quot;)&gt;
&lt;C1Description(&quot;RtfField.DetectUrls&quot;, &quot;Indicate whether URLs will be automatically formatted.&quot;)&gt;
Public Property DetectUrls As Boolean</code></pre>
</div>
</div>
