Sign in
Yao's blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Tags
ApiExplorer
ASP.NET MVC
Azure Blob Storage
CORS
Documentation
Facebook Application
File Upload
Help Page
Test Client
WebAPI
Windows Azure
Archive
Archives
April 2013
(1)
January 2013
(1)
December 2012
(3)
October 2012
(3)
September 2012
(1)
August 2012
(1)
July 2012
(1)
June 2012
(1)
May 2012
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Yao's blog
Adding a simple Test Client to ASP.NET Web API Help Page
Posted
5 months ago
by
Yao - MSFT
23
Comments
ASP.NET Web API Help Page is a useful extension that automatically generates a web-based documentation for you Web APIs. It makes debugging easier because you can copy/paste the information from Help Page to tools like Fiddler, to call your Web API service...
Yao's blog
ASP.NET Web API Help Page Part 3: Advanced Help Page customizations
Posted
5 months ago
by
Yao - MSFT
24
Comments
In this post, I’ll go over some advanced customization scenarios for ASP.NET Web API Help Page . First, I’ll demonstrate how you can enable new functionalities such as displaying the documentation in the <returns> tag by adding a new property to...
Yao's blog
Making ASP.NET Web API Help Page work on self-hosted services
Posted
5 months ago
by
Yao - MSFT
2
Comments
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...
Page 1 of 1 (3 items)