Sign in
Yao's blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
ApiExplorer
ASP.NET MVC
Azure Blob Storage
CORS
Documentation
Facebook Application
File Upload
Help Page
Test Client
WebAPI
Windows Azure
Browse by Tags
MSDN Blogs
>
Yao's blog
>
All Tags
>
documentation
Tagged Content List
Blog Post:
Design-time generation of help page (or client) for ASP.NET Web API
Yao - MSFT
All the help page samples I’ve shown you so far are pretty much generated at runtime, meaning the help page is generated after you start the application. Today, I’m going to show you that it doesn’t always need to be generated at runtime. In fact, it can be generated at design-time. Yes, before you host...
on
20 Jan 2013
Blog Post:
Making ASP.NET Web API Help Page work on self-hosted services
Yao - MSFT
Even though ASP.NET Web API Help Page is implemented using ASP.NET MVC, which won’t work on self-hosted services, most of the code in the package however can be reused to support the generation of Help Page on self host. I’ve created a sample to illustrate how this can be done. The code can be downloaded...
on
20 Dec 2012
Blog Post:
ASP.NET Web API Help Page is now part of the Web API project template
Yao - MSFT
I’m pleased to announce that with the ASP.NET Fall 2012 Update (preview), ASP.NET Web API Help Page is now included by default in the Web API project template. Check it out by downloading the installer available at http://www.asp.net/vnext . To see this in action, simply create a new ASP.NET Web API...
on
31 Oct 2012
Blog Post:
ASP.NET Web API Help Page Part 2: Providing custom samples on the Help Page
Yao - MSFT
Samples in ASP.NET Web API Help Page are automatically generated based on your action parameters and return types. They represent the kind of contents that could go into the request or response body. For instance, if you have the Delete action inside ValuesController like below: public class ValuesController...
on
13 Oct 2012
Blog Post:
Introducing the ASP.NET Web API Help Page (Preview)
Yao - MSFT
Today, following the announcement of the official release for ASP.NET Web API , we also released a preview for the ASP.NET Web API Help Page , which is available as a NuGet package. This package automatically generates help page content for Web APIs on your site. Visitors to your help page can use this...
on
15 Aug 2012
Page 1 of 1 (5 items)