Skip to content

Commit e7a95d2

Browse files
Merge pull request #17 from SyncfusionExamples/ES-844872-DocumentURL
ES-844872-DocumentURL
2 parents 42e8a13 + bf18847 commit e7a95d2

File tree

2 files changed

+2
-2
lines changed
  • PDFViewer 2

2 files changed

+2
-2
lines changed

PDFViewer 2/BlazorServerApp/PDFViewerSample/Pages/Index.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77

88
@code {
9-
private string DocumentPath { get; set; } = "wwwroot/PDF_Succinctly.pdf";
9+
private string DocumentPath { get; set; } = "https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf";
1010
}

PDFViewer 2/BlazorWASMApp/PDFViewerSample/Client/Pages/Index.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77

88
@code {
9-
private string DocumentPath { get; set; } = "wwwroot/Data/PDF_Succinctly.pdf";
9+
private string DocumentPath { get; set; } = "https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf";
1010
}

0 commit comments

Comments
 (0)