Table of Contents

Interface IMethodInfoActionDescriptor

Namespace
System.Web.Mvc
Assembly
System.Web.Mvc.dll

An optional interface for ActionDescriptor types which provide a MethodInfo.

public interface IMethodInfoActionDescriptor

Properties

MethodInfo

Gets the MethodInfo

MethodInfo MethodInfo { get; }

Property Value

MethodInfo