Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates the specified controller by using the specified request context.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Function CreateController ( _
requestContext As RequestContext, _
controllerName As String _
) As IController
IController CreateController(
RequestContext requestContext,
string controllerName
)
IController^ CreateController(
RequestContext^ requestContext,
String^ controllerName
)
Parameters
- requestContext
Type: System.Web.Routing.RequestContext
The request context.
- controllerName
Type: System.String
The name of the controller.
Return Value
Type: System.Web.Mvc.IController
The controller.