mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-12-05 13:39:39 +08:00
!3675 doc(#I67D18): update sample file link
* doc(#I67D18): 更新 pdf sample文件地址
This commit is contained in:
parent
d8e0308c89
commit
9983883146
@ -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>
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user