!3675 doc(#I67D18): update sample file link

* doc(#I67D18): 更新 pdf sample文件地址
This commit is contained in:
alex_zou 2022-12-26 01:41:34 +00:00 committed by Argo
parent d8e0308c89
commit 9983883146
2 changed files with 3 additions and 4 deletions

View File

@ -35,7 +35,6 @@
<div class="col-7">
<BootstrapInputGroup>
<BootstrapInput @bind-Value="@Filename" DisplayText="PDF" ShowLabel="true" />
<Checkbox @bind-Value="ForcePDFJS" DisplayText="PDF.js" ShowAfterLabel="true" />
<Button Color="Color.Primary" OnClick="Apply5">GO</Button>
</BootstrapInputGroup>
</div>

View File

@ -19,9 +19,9 @@ public partial class PdfReaders
private int Page { get; set; } = 3;
private bool ForcePDFJS { get; set; } = true;
private string Filename = "/_content/BootstrapBlazor.Shared/samples/sample.pdf";
private string UrlBaseStream = "https://blazor.zone/_content/BootstrapBlazor/samples/";
private string FilenameStream = "sample.pdf";
private string Filename = "/samples/sample.pdf";
private string UrlBaseStream = "https://blazor.app1.es/_content/DemoShared/samples/";
private string FilenameStream = "sample2.pdf";
private async Task Apply()