コード例 #1
0
 public static SwaggerUiConfig DocumentTitleFromCurrentAssembly(this SwaggerUiConfig source)
 {
     source.DocumentTitle($"Swagger UI - {GetCallingAssembly().GetName().Name}");
     return(source);
 }