.net - How to add "Resource Description" section to Azure Mobile Services Web API help page -


i have azure mobile services project .net backend, libraries @ 5.2.2 version.

on project important have complete documentation on various types, enums , on.

i trying make resource description section appear on auto-rendered web api page, has been available since web api 2.1 think, reason not appear in azure mobile services backend. (see link example of want see http://weblogs.asp.net/jongalloway/looking-at-asp-net-mvc-5-1-and-web-api-2-1-part-4-web-api-help-pages-bson-and-global-error-handling)

can shed light on why, or how achieve this?

unfortunately, not supported--only built-in page rendered, since can't use mvc , mobile services in same backend.

the built-in page generated mobile services backend packages, , isn't designed extensible. it's there simple test harness while you're developing app.

you might interested in azure mobile apps, next version of mobile services, , play nicely mvc. however, azure mobile apps in preview, don't yet recommend production apps.


Comments