TessaControllerActivatorCreate - метод
Creates a controller.
Пространство имён: Tessa.Web.ServicesСборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public Object Create(
ControllerContext context
)
Public Function Create (
context As ControllerContext
) As Object
public:
virtual Object^ Create(
ControllerContext^ context
) sealed
abstract Create :
context : ControllerContext -> Object
override Create :
context : ControllerContext -> Object
- context ControllerContext
- The ControllerContext for the executing action.
ObjectIControllerActivatorCreate(ControllerContext)