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 04a764e commit cd8aa0cCopy full SHA for cd8aa0c
WebApiClientCore/DependencyInjection/WebApiClientBuilderExtensions.cs
@@ -18,7 +18,7 @@ public static class WebApiClientBuilderExtensions
18
/// 添加WebApiClient全局默认配置
19
/// </summary>
20
/// <remarks>
21
- /// <para>• 尝试使用DefaultHttpApiActivator,运行时使用SourceGenerator生成的代理类或Emit动态创建THttpApi的代理类来创建代理类实例</para>
+ /// <para>• 尝试使用DefaultHttpApiActivator,使用SourceGenerator生成的代理类或Emit动态创建代理类来创建代理实例</para>
22
/// <para>• 尝试使用DefaultApiActionDescriptorProvider,缺省参数特性声明时为参数应用PathQueryAttribute</para>
23
/// <para>• 尝试使用DefaultResponseCacheProvider,在内存中缓存响应结果</para>
24
/// <para>• 尝试使用DefaultApiActionInvokerProvider</para>
0 commit comments