Example #1
0
 /// <summary>
 /// 注册ApiExplorer服务
 /// </summary>
 /// <param name="builder"></param>
 /// <param name="configure"></param>
 /// <returns></returns>
 public static IMvcCoreBuilder AddApiExplorer(this IMvcCoreBuilder builder, Action <ApiExplorerGeneratorOptions> configure)
 {
     return(builder.AddApiExplorerGenerator(configure));
 }