C# Class MvcSPAWithEmberjs.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.
Afficher le fichier Open project: xqiu/MVCSPAWithEmberjs

Méthodes publiques

Méthode Description
Register ( System.Web.Http.HttpConfiguration config ) : void

Private Methods

Méthode Description
GeneratePageResult ( HelpPageSampleGenerator sampleGenerator, Type type ) : object

Method Details

Register() public static méthode

public static Register ( System.Web.Http.HttpConfiguration config ) : void
config System.Web.Http.HttpConfiguration
Résultat void