C# Class Disco.Services.Plugins.PluginWebHandlerController

Inheritance: PluginWebHandler
Afficher le fichier Open project: garysharp/Disco

Méthodes publiques

Méthode Description
ExecuteAction ( string ActionName ) : System.Web.Mvc.ActionResult

Private Methods

Méthode 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 méthode

public ExecuteAction ( string ActionName ) : System.Web.Mvc.ActionResult
ActionName string
Résultat System.Web.Mvc.ActionResult