HelpPageSampleGenerator::GetSampleRequests Method (ApiDescription^)
Gets the request body samples for a given ApiDescription.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
public:
IDictionary<MediaTypeHeaderValue^, Object^>^ GetSampleRequests(
ApiDescription^ api
)
Parameters
- api
-
Type:
System.Web.Http.Description::ApiDescription^
The ApiDescription.
Return Value
Type: System.Collections.Generic::IDictionary<MediaTypeHeaderValue^, Object^>^The samples keyed by media type.
Show: