C# Class sep17v1.Areas.HelpPage.HelpPageConfig

Use this class to customize the Help Page. For example you can set a custom System.Web.Http.Description.IDocumentationProvider to supply the documentation or you can provide the samples for the requests/responses.
Mostra file Open project: peteratseneca/dps907fall2013

Public Methods

Method Description
Register ( HttpConfiguration config ) : void

Method Details

Register() public static method

public static Register ( HttpConfiguration config ) : void
config HttpConfiguration
return void