ArcFM Desktop Developer Guide
AspMvcControllerAttribute Class
Members 


Product Availability
Required Licenses
.NET Assembly
ASP.NET MVC attribute. If applied to a parameter, indicates that the parameter is an MVC controller. If applied to a method, the MVC controller name is calculated implicitly from the context. Use this attribute for custom wrappers similar to System.Web.Mvc.Html.ChildActionExtensions.RenderAction(HtmlHelper, String, String)
Object Model
AspMvcControllerAttribute Class
Syntax
'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Method Or  _
    AttributeTargets.Parameter, 
   AllowMultiple=False, 
   Inherited=True)>
Public NotInheritable Class AspMvcControllerAttribute 
   Inherits System.Attribute
'Usage
 
Dim instance As AspMvcControllerAttribute
[AttributeUsage(ValidOn=AttributeTargets.Method | 
    AttributeTargets.Parameter, 
   AllowMultiple=false, 
   Inherited=true)]
public sealed class AspMvcControllerAttribute : System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      Miner.Desktop.DesignerExpress.Annotations.AspMvcControllerAttribute

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

AspMvcControllerAttribute Members
Miner.Desktop.DesignerExpress.Annotations Namespace

 

 


Send Comment