C# 클래스 Disco.Services.Plugins.PluginWebHandlerController

상속: PluginWebHandler
파일 보기 프로젝트 열기: garysharp/Disco

공개 메소드들

메소드 설명
ExecuteAction ( string ActionName ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
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

메소드 상세

ExecuteAction() 공개 메소드

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