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

Inheritance: System.Web.Mvc.ControllerActionInvoker
Afficher le fichier Open project: xamarin/mobile-samples

Méthodes protégées

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

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
Résultat System.Web.Mvc.ActionDescriptor