C# Class Xamarin.Edu.ContentRepository.Web.Services.MyControllerActionInvoker

Inheritance: System.Web.Mvc.ControllerActionInvoker
显示文件 Open project: xamarin/mobile-samples

Protected Methods

Method Description
FindAction ( ControllerContext controllerContext, System.Web.Mvc.ControllerDescriptor controllerDescriptor, string actionName ) : System.Web.Mvc.ActionDescriptor

Overriding FindAction to determine is a generic parameter exists, then use custom ActionDescriptor

Method Details

FindAction() protected method

Overriding FindAction to determine is a generic parameter exists, then use custom ActionDescriptor
protected FindAction ( ControllerContext controllerContext, System.Web.Mvc.ControllerDescriptor controllerDescriptor, string actionName ) : System.Web.Mvc.ActionDescriptor
controllerContext ControllerContext
controllerDescriptor System.Web.Mvc.ControllerDescriptor
actionName string
return System.Web.Mvc.ActionDescriptor