Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the controller type for the specified name and request context.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected Friend Overridable Function GetControllerType ( _
requestContext As RequestContext, _
controllerName As String _
) As Type
protected internal virtual Type GetControllerType(
RequestContext requestContext,
string controllerName
)
protected public:
virtual Type^ GetControllerType(
RequestContext^ requestContext,
String^ controllerName
)
Parameters
- requestContext
Type: System.Web.Routing.RequestContext
The context of the HTTP request, which includes the HTTP context and route data.
- controllerName
Type: System.String
The name of the controller.
Return Value
Type: System.Type
The controller type.