File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 4141 <PackageReference Include =" BootstrapBlazor.Gantt" Version =" 9.0.2" />
4242 <PackageReference Include =" BootstrapBlazor.Holiday" Version =" 9.0.1" />
4343 <PackageReference Include =" BootstrapBlazor.Html2Image" Version =" 9.0.2" />
44- <PackageReference Include =" BootstrapBlazor.Html2Pdf" Version =" 9.0.2 " />
44+ <PackageReference Include =" BootstrapBlazor.Html2Pdf" Version =" 9.0.3 " />
4545 <PackageReference Include =" BootstrapBlazor.IconPark" Version =" 9.0.3" />
4646 <PackageReference Include =" BootstrapBlazor.ImageCropper" Version =" 9.0.3" />
4747 <PackageReference Include =" BootstrapBlazor.IP2Region" Version =" 9.0.1" />
Original file line number Diff line number Diff line change 33// See the LICENSE file in the project root for more information.
44// Maintainer: Argo Zhang([email protected] ) Website: https://www.blazor.zone 55
6+ using System . Net ;
7+
68namespace BootstrapBlazor . Components ;
79
810/// <summary>
911/// Html export PDF service
1012/// </summary>
1113public interface IHtml2Pdf
1214{
15+ ///// <summary>
16+ ///// 获得/设置 WebProxy 对象用于网络请求代理
17+ ///// <para>Get or set the WebProxy object for network request proxy</para>
18+ ///// </summary>
19+ //public IWebProxy? WebProxy { get; set; }
20+
1321 /// <summary>
1422 /// Export method
1523 /// </summary>
You can’t perform that action at this time.
0 commit comments