无法打开Swagger页面,

时间:2015-12-28 14:45:30

标签: asp.net-web-api2 swagger-ui swashbuckle

我添加了swashbuckle 5.2.2 pakage。我无法打开 protected static string GetXmlCommentsPath() { return System.String.Format(@"{0}\bin\UnitTestingWebAPI.API.Core.XML", System.AppDomain.CurrentDomain.BaseDirectory); } 页面?

我添加了以下代码:

SwaggerConfig.cs

并取消注释 c.IncludeXmlComments(GetXmlCommentsPath()); 中的代码,但我无法打开该页面。

import wand
img=wand.image.Image(filename="/home/vagrant/tmp/wand/law.pdf[0]")
img.format='png'
img.resize(220,220)
img.save(filename="/home/vagrant/tmp/wand/law_2.png")

enter image description here enter image description here enter image description here enter image description here

0 个答案:

没有答案