C# Class IVO.CMS.Web.Internal.Mvc.ReflectedTaskAsyncControllerDescriptor

Inheritance: System.Web.Mvc.Async.ReflectedAsyncControllerDescriptor
Datei anzeigen Open project: JamesDunne/ivo-cms

Public Methods

Method Description
FindAction ( System.Web.Mvc.ControllerContext controllerContext, string actionName ) : System.Web.Mvc.ActionDescriptor
ReflectedTaskAsyncControllerDescriptor ( Type type ) : System

Method Details

FindAction() public method

public FindAction ( System.Web.Mvc.ControllerContext controllerContext, string actionName ) : System.Web.Mvc.ActionDescriptor
controllerContext System.Web.Mvc.ControllerContext
actionName string
return System.Web.Mvc.ActionDescriptor

ReflectedTaskAsyncControllerDescriptor() public method

public ReflectedTaskAsyncControllerDescriptor ( Type type ) : System
type System.Type
return System