'Declaration
<AttributeUsageAttribute(ValidOn=AttributeTargets.Method Or _ AttributeTargets.Parameter, AllowMultiple=False, Inherited=True)> <ComVisibleAttribute(False)> Public NotInheritable Class AspMvcActionAttribute Inherits System.Attribute Implements System.Runtime.InteropServices._Attribute
'Usage
Dim instance As AspMvcActionAttribute
[AttributeUsage(ValidOn=AttributeTargets.Method | AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)] [ComVisible(false)] public sealed class AspMvcActionAttribute : System.Attribute, System.Runtime.InteropServices._Attribute
[AttributeUsage(ValidOn=AttributeTargets.Method | AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)] [ComVisible(false)] public ref class AspMvcActionAttribute sealed : public System.Attribute, System.Runtime.InteropServices._Attribute