diff --git a/src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj b/src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj index 1d800c1f36f..39fd7920f8a 100644 --- a/src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj +++ b/src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj @@ -41,7 +41,7 @@ - + diff --git a/src/BootstrapBlazor/Services/IHtml2Pdf.cs b/src/BootstrapBlazor/Services/IHtml2Pdf.cs index 77693f7c8d4..3be30f033af 100644 --- a/src/BootstrapBlazor/Services/IHtml2Pdf.cs +++ b/src/BootstrapBlazor/Services/IHtml2Pdf.cs @@ -3,6 +3,8 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone +using System.Net; + namespace BootstrapBlazor.Components; /// @@ -10,6 +12,12 @@ namespace BootstrapBlazor.Components; /// public interface IHtml2Pdf { + ///// + ///// 获得/设置 WebProxy 对象用于网络请求代理 + ///// Get or set the WebProxy object for network request proxy + ///// + //public IWebProxy? WebProxy { get; set; } + /// /// Export method ///