HelpPageConfigurationExtensions.SetActualResponseType (HttpConfiguration, Type, String, String) Method
<Extension()> _
Public Shared Sub SetActualResponseType( _
ByVal config As HttpConfiguration, _
ByVal type As Type, _
ByVal controllerName As String, _
ByVal actionName As String _
)
This language is not supported or no code example is available.
public static void SetActualResponseType(
this HttpConfiguration config,
Type type,
string controllerName,
string actionName
)
This language is not supported or no code example is available.
[Extension()]
public:
static void SetActualResponseType(
HttpConfiguration^ config,
Type^ type,
String^ controllerName,
String^ actionName
)
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.