문제

Where did the auto-generated test client go in ASP.NET Web API? (part of MVC 4 beta) In the WCF WebAPI it was in the global.asax:

var config = new HttpConfiguration() { EnableTestClient = true, EnableHelpPage=true };
RouteTable.Routes.MapServiceRoute<MyService>("api/path", config);

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top