C# Class URSA.Web.DefaultControllerActivator

Default implementation of the IControllerActivator.
Inheritance: IControllerActivator
Show file Open project: alien-mcl/URSA

Public Methods

Method Description
CreateInstance ( Type type, object>.IDictionary arguments = null ) : IController

Private Methods

Method Description
DefaultControllerActivator ( IComponentProvider container ) : System

Method Details

CreateInstance() public method

public CreateInstance ( Type type, object>.IDictionary arguments = null ) : IController
type System.Type
arguments object>.IDictionary
return IController