TessaControllerActivatorCreate - метод
Creates a controller.
Пространство имён: Tessa.Web.ServicesСборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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)