QuickOPC User's Guide and Reference
AspMvcControllerAttribute Class
Members 



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

System.Object
   System.Attribute
      JetBrains.Annotations.AspMvcControllerAttribute

Requirements

Target Platforms: Windows 7 with SP1, Windows Server 2008 R2 with SP1

See Also

Reference

AspMvcControllerAttribute Members
JetBrains.Annotations Namespace