File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Document-Processing/PDF/PDF-Viewer/blazor/how-to Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,12 @@ Use version-pinned URLs and update them when upgrading the package.
19
19
20
20
<head >
21
21
<!-- Syncfusion Blazor PDF Viewer control's theme style sheet -->
22
- <link href =" https://cdn.syncfusion.com/blazor/25.1.35/styles/bootstrap5.css" rel =" stylesheet" />
23
- <!-- Syncfusion Blazor PDF Viewer control's scripts -->
24
- <script src =" https://cdn.syncfusion.com/blazor/25.1.35/syncfusion-blazor-sfpdfviewer.min.js" type =" text/javascript" ></script >
22
+ <link href =" https://cdn.syncfusion.com/blazor/31.1.21/styles/bootstrap5.css" rel =" stylesheet" />
25
23
</head >
24
+ <body >
25
+ <!-- Syncfusion Blazor PDF Viewer control's scripts -->
26
+ <script src =" https://cdn.syncfusion.com/blazor/31.1.21/syncfusion-blazor-sfpdfviewer.min.js" type =" text/javascript" ></script >
27
+ </body >
26
28
27
29
```
28
30
You can’t perform that action at this time.
0 commit comments