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.
<Extension()> _ 
Public Shared Function GetHelpPageApiModel( _ 
ByVal config As HttpConfiguration, _ 
ByVal apiDescriptionId As String
) As HelpPageApiModel
This language is not supported or no code example is available.
public static HelpPageApiModel GetHelpPageApiModel( 
this HttpConfiguration config
string apiDescriptionId 
)
This language is not supported or no code example is available.
[Extension()] 
public:  
static HelpPageApiModel^ GetHelpPageApiModel( 
HttpConfiguration^ config
String^ apiDescriptionId 
)
This language is not supported or no code example is available.
public  
Extension() 
static function GetHelpPageApiModel( 
config : HttpConfiguration
apiDescriptionId : String 
) : HelpPageApiModel;
This language is not supported or no code example is available.

Parameters

config
HttpConfiguration

The HttpConfiguration.

apiDescriptionId
string

The ApiDescription ID.

Return Value

HelpPageApiModel

An HelpPageApiModel

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition