AspMvcDisplayTemplateAttribute Class
ASP.NET MVC attribute. Indicates that a parameter is an MVC display template.
Use this attribute for custom wrappers similar to
System.Web.Mvc.Html.DisplayExtensions.DisplayForModel(HtmlHelper, String).
Namespace:
RingSoft.DbMaintenanceAssembly: RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)
Syntax
[AttributeUsageAttribute] public sealed class AspMvcDisplayTemplateAttribute : Attribute
<AttributeUsageAttribute> _ Public NotInheritable Class AspMvcDisplayTemplateAttribute _ Inherits Attribute
[AttributeUsageAttribute] public ref class AspMvcDisplayTemplateAttribute sealed : public Attribute