ArcFM Desktop Developer Guide
AspMvcMasterAttribute Class
Members 


Product Availability
Required Licenses
.NET Assembly
ASP.NET MVC attribute. Indicates that a parameter is an MVC Master. Use this attribute for custom wrappers similar to System.Web.Mvc.Controller.View(String, String)
Object Model
AspMvcMasterAttribute Class
Syntax
'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Parameter, 
   AllowMultiple=False, 
   Inherited=True)>
Public NotInheritable Class AspMvcMasterAttribute 
   Inherits System.Attribute
'Usage
 
Dim instance As AspMvcMasterAttribute
[AttributeUsage(ValidOn=AttributeTargets.Parameter, 
   AllowMultiple=false, 
   Inherited=true)]
public sealed class AspMvcMasterAttribute : System.Attribute 
Inheritance Hierarchy

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

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

AspMvcMasterAttribute Members
Miner.Desktop.DesignerExpress.Annotations Namespace

 

 


Send Comment