Click or drag to resize

AspMvcTemplateAttribute Class

ASP.NET MVC attribute. Indicates that a parameter is an MVC template. Use this attribute for custom wrappers similar to System.ComponentModel.DataAnnotations.UIHintAttribute(System.String)
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Ozeki.CommonAspMvcTemplateAttribute

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public sealed class AspMvcTemplateAttribute : Attribute

The AspMvcTemplateAttribute type exposes the following members.

Constructors
  NameDescription
Public methodAspMvcTemplateAttribute
Initializes a new instance of the AspMvcTemplateAttribute class
Top
See Also