1 [HttpGet] 2 public string Hello() 3 { 4 return "hello,world"; 5 }
使用:api+ SwaggerController类+方法名 来访问。