We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105dc70 commit f182a42Copy full SHA for f182a42
src/BootstrapBlazor/Services/IHtml2Pdf.cs
@@ -12,11 +12,11 @@ namespace BootstrapBlazor.Components;
12
/// </summary>
13
public interface IHtml2Pdf
14
{
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; }
+ ///// <summary>
+ ///// 获得/设置 WebProxy 对象用于网络请求代理
+ ///// <para>Get or set the WebProxy object for network request proxy</para>
+ ///// </summary>
+ //public IWebProxy? WebProxy { get; set; }
20
21
/// <summary>
22
/// Export method
0 commit comments