AspMvcMasterAttribute Class
ASP.NET MVC attribute. Indicates that the marked parameter is an MVC Master. Use this attribute
for custom wrappers similar to System.Web.Mvc.Controller.View(String, String).
Namespace:
RingSoft.DataEntryControls.WPFAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
[AttributeUsageAttribute] public sealed class AspMvcMasterAttribute : Attribute
<AttributeUsageAttribute> _ Public NotInheritable Class AspMvcMasterAttribute _ Inherits Attribute
[AttributeUsageAttribute] public ref class AspMvcMasterAttribute sealed : public Attribute