IControllerActivator Interface

Summary

Provides methods to create a controller.

Syntax

public interface IControllerActivator

GitHub

View on GitHub

interface Microsoft.AspNet.Mvc.IControllerActivator

Methods

Create(Microsoft.AspNet.Mvc.ActionContext, System.Type)

Creates a controller.

Arguments:
Return type:

System.Object

object Create(ActionContext context, Type controllerType)