Reputation: 81
Does anyone knows if there is any way to expose the new ASP.NET WEB Api REST interface metadata as with WCF (/help)?
<standardEndpoints>
<webHttpEndpoint>
<standardEndpoint name="" helpEnabled="true"
automaticFormatSelectionEnabled="true" />
</webHttpEndpoint>
</standardEndpoints>
Upvotes: 2
Views: 838
Reputation: 3647
Help page generation is not supported in the first drop of ASP.NET Web API (in ASP.NET MVC 4 Beta) but is planned to be supported in later versions. The generation of the Test Client website is also planned to be supported.
Upvotes: 2