Skip to content

Commit 12a9b2c

Browse files
986770: resolved Liquid Exception
1 parent 9bf1101 commit 12a9b2c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Document-Processing/PDF/PDF-Viewer/asp-net-mvc/toolbar/primary-toolbar.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,23 @@ Show or hide the toolbar using the `enableToolbar` property:
2020

2121
{% tabs %}
2222
{% highlight html tabtitle="Standalone" %}
23-
```html
23+
2424
<div style="width:100%;height:600px">
2525
@Html.EJS().PdfViewer("pdfviewer").EnableToolbar(false).DocumentPath("https://cdn.syncfusion.com/content/pdf/hive-succinctly.pdf").Render()
2626
</div>
27-
```
27+
2828
{% endhighlight %}
2929
{% highlight html tabtitle="Server-Backed" %}
30-
```html
3130
<div style="width:100%;height:600px">
3231
@Html.EJS().PdfViewer("pdfviewer").ServiceUrl(VirtualPathUtility.ToAbsolute("~/api/PdfViewer/")).EnableToolbar(false).DocumentPath("https://cdn.syncfusion.com/content/pdf/hive-succinctly.pdf").Render()
3332
</div>
34-
```
33+
3534
{% endhighlight %}
3635
{% endtabs %}
3736

3837
The following code snippet explains how to show or hide the toolbar using the `showToolbar` method.
3938

40-
{{% tabs %}
39+
{% tabs %}
4140
{% highlight cshtml tabtitle="Standalone" %}
4241

4342
<div id="e-pv-e-sign-pdfViewer-div">

0 commit comments

Comments
 (0)