C# Class TekConf.Api.Infrastructure.ControllerFactory

Inheritance: System.Web.Mvc.DefaultControllerFactory
Exibir arquivo Open project: tekconf/tekconf

Protected Methods

Method Description
GetControllerType ( System.Web.Routing.RequestContext requestContext, string controllerName ) : Type

Method Details

GetControllerType() protected method

protected GetControllerType ( System.Web.Routing.RequestContext requestContext, string controllerName ) : Type
requestContext System.Web.Routing.RequestContext
controllerName string
return System.Type