IMethodInfoActionDescriptor Interface

 

An optional interface for ActionDescriptor types which provide a MethodInfo.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

public interface IMethodInfoActionDescriptor
public interface class IMethodInfoActionDescriptor
type IMethodInfoActionDescriptor = interface end
Public Interface IMethodInfoActionDescriptor

Properties

Name Description
System_CAPS_pubproperty MethodInfo

Gets the MethodInfo

See Also

System.Web.Mvc Namespace

Return to top