C# Class Membrane.Controllers.User.HomeController

Inheritance: BaseController
Datei anzeigen Open project: pollingj/Membrane-CMS Class Usage Examples

Public Methods

Method Description
GoToPluginCreation ( string controller ) : void
HomeController ( IPluginsService service ) : Castle.MonoRail.Framework
Index ( ) : void

Method Details

GoToPluginCreation() public method

public GoToPluginCreation ( string controller ) : void
controller string
return void

HomeController() public method

public HomeController ( IPluginsService service ) : Castle.MonoRail.Framework
service IPluginsService
return Castle.MonoRail.Framework

Index() public method

public Index ( ) : void
return void