ArcFM Desktop Developer Guide
AspMvcViewAttribute Class
Members 


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

System.Object
   System.Attribute
      Miner.Desktop.DesignerExpress.Annotations.PathReferenceAttribute
         Miner.Desktop.DesignerExpress.Annotations.AspMvcViewAttribute

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

AspMvcViewAttribute Members
Miner.Desktop.DesignerExpress.Annotations Namespace

 

 


Send Comment