ReflectedActionDescriptor.MethodInfo Property

Gets or sets the action-method information.

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

'Declaration
Public Property MethodInfo As MethodInfo 
	Get 
	Private Set
'Usage
Dim instance As ReflectedActionDescriptor 
Dim value As MethodInfo 

value = instance.MethodInfo

Property Value

Type: System.Reflection.MethodInfo
The action-method information.
Show: