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