Class ActionInfo
Provides reflection information about a particular action method of a controller type. This is a framework internal method which is not intended to be used by business logic developers
Inheritance
System.Object
ActionInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NFX.Wave.MVC
Assembly: NFX.Wave.dll
Syntax
public sealed class ActionInfo
Fields
Attribute
Declaration
public readonly ActionAttribute Attribute
Field Value
Type | Description |
---|---|
ActionAttribute |
Group
Declaration
public readonly ActionGroupInfo Group
Field Value
Type | Description |
---|---|
ActionGroupInfo |
Method
Declaration
public readonly MethodInfo Method
Field Value
Type | Description |
---|---|
System.Reflection.MethodInfo |