HelpPageConfigurationExtensions..::..GetHelpPageApiModel Method

Gets the model that represents an API displayed on the help page. The model is initialized on the first call and cached for subsequent calls.

Namespace:  JiwaWebAPI.Areas.HelpPage
Assembly:  JiwaWebAPI (in JiwaWebAPI.dll)

Syntax


public static HelpPageApiModel GetHelpPageApiModel(
	HttpConfiguration config,
	string apiDescriptionId
)
Public Shared Function GetHelpPageApiModel ( _
	config As HttpConfiguration, _
	apiDescriptionId As String _
) As HelpPageApiModel
public:
static HelpPageApiModel^ GetHelpPageApiModel(
	HttpConfiguration^ config, 
	String^ apiDescriptionId
)

Parameters

config
Type: HttpConfiguration
The HttpConfiguration.
apiDescriptionId
Type: String
The ApiDescription ID.

Return Value

An HelpPageApiModel