namespace Microsoft.AspNet.Mvc { public class ControllerBasedActionDescriptor : ActionDescriptor { public string ControllerName { get; set; } public string ActionName { get; set; } } }