C# Class Disco.Services.Plugins.PluginWebHandlerController

Inheritance: PluginWebHandler
Show file Open project: garysharp/Disco

Public Methods

Method Description
ExecuteAction ( string ActionName ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
BuildMethodParameters ( PluginManifest Manifest, Type Handler, MethodInfo methodInfo, string ActionName, Controller HostController ) : object[]
CacheWebHandler ( PluginManifest Manifest, Type Handler ) : WebHandlerCachedItem>.Dictionary
FindControllerMethod ( PluginManifest Manifest, Type Handler, string ActionName ) : WebHandlerCachedItem

Method Details

ExecuteAction() public method

public ExecuteAction ( string ActionName ) : System.Web.Mvc.ActionResult
ActionName string
return System.Web.Mvc.ActionResult