HelpPageSampleGenerator.GetSampleResponses Method
Public Function GetSampleResponses( _
ByVal api As ApiDescription _
) As IDictionary(Of MediaTypeHeaderValue, Object)
This language is not supported or no code example is available.
public IDictionary<MediaTypeHeaderValue, object> GetSampleResponses(
ApiDescription api
)
This language is not supported or no code example is available.
public:
IDictionary<MediaTypeHeaderValue^, object^>^ GetSampleResponses(
ApiDescription^ api
)
This language is not supported or no code example is available.
Parameters
- api
- ApiDescription
The ApiDescription.
Return Value
IDictionary<MediaTypeHeaderValue, object>The samples keyed by media type.