ControllerActionDescriptor Class

Syntax

public class ControllerActionDescriptor : ActionDescriptor

GitHub

View on GitHub

class Microsoft.AspNet.Mvc.ControllerActionDescriptor

Properties

ControllerName()
Return type:System.String
public string ControllerName { get; set; }
ControllerTypeInfo()
Return type:System.Reflection.TypeInfo
public TypeInfo ControllerTypeInfo { get; set; }
DisplayName()
Return type:System.String
public override string DisplayName { get; set; }
MethodInfo()
Return type:System.Reflection.MethodInfo
public MethodInfo MethodInfo { get; set; }