HelpPageConfigurationExtensions.SetActualResponseType (HttpConfiguration, Type, String, String, String()) Method
<Extension()> _
Public Shared Sub SetActualResponseType( _
ByVal config As HttpConfiguration, _
ByVal type As Type, _
ByVal controllerName As String, _
ByVal actionName As String, _
ByVal ParamArray parameterNames As String() _
)
This language is not supported or no code example is available.
Parameters
- config
- HttpConfiguration
The HttpConfiguration.
- type
- Type
The type.
- controllerName
- string
Name of the controller.
- actionName
- string
Name of the action.
- parameterNames
- string[]
The parameter names.