ArcFM Desktop Developer Guide
AspMvcPartialViewAttribute Class
Members 


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

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

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

AspMvcPartialViewAttribute Members
Miner.Desktop.DesignerExpress.Annotations Namespace

 

 


Send Comment