# C1.C1Preview.Export.HtmlExporter.ExportNavBar

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_Export_HtmlExporter_ExportNavBar_" data-uid="C1.C1Preview.Export.HtmlExporter.ExportNavBar*">ExportNavBar Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_Export_HtmlExporter_ExportNavBar_" data-uid="C1.C1Preview.Export.HtmlExporter.ExportNavBar*"></a>
<h4 id="C1_C1Preview_Export_HtmlExporter_ExportNavBar" data-uid="C1.C1Preview.Export.HtmlExporter.ExportNavBar">ExportNavBar</h4>
<div class="markdown level1 summary"><p>Gets or sets a template used to create a navigation bar with page numbers.
(Note: both <a class="xref" href="C1.C1Preview.Export.ComplexExporter.Paginated.html#C1_C1Preview_Export_ComplexExporter_Paginated">Paginated</a> and <a class="xref" href="C1.C1Preview.Export.HtmlExporter.GeneratePageLinks.html#C1_C1Preview_Export_HtmlExporter_GeneratePageLinks">GeneratePageLinks</a> must be set to <b>true</b> for this to work).</p>
<p>
The format of the string is as follows:
up to four "%s" strings are replaced with links to the first, previous, next and last pages,
correspondingly.
Up to two "%d" strings are replaced with the current and total page numbers.
</p>
For instance:
<p>
"&lt;a %s&gt;first&lt;/a&gt; &lt;a %s&gt;prev&lt;/a&gt; Page %d of %d &lt;a %s&gt;next&lt;/a&gt; &lt;a %s&gt;last&lt;/a&gt;"
</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string ExportNavBar { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property ExportNavBar As String</code></pre>
</div>
<h5 id="C1_C1Preview_Export_HtmlExporter_ExportNavBar_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.C1Preview.Export.ComplexExporter.Paginated.html#C1_C1Preview_Export_ComplexExporter_Paginated">Paginated</a></div>
    <div><a class="xref" href="C1.C1Preview.Export.HtmlExporter.GeneratePageLinks.html#C1_C1Preview_Export_HtmlExporter_GeneratePageLinks">GeneratePageLinks</a></div>
</div>
</div>
