azumelzu
azumelzu

Reputation: 81

ASP.NET Web Api metadata exchange?

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

Answers (1)

Bellarmine Head
Bellarmine Head

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

Related Questions