ComponentOne ASP.NET MVC Controls
FlexSheetRequestAttribute Class
Members 

C1.Web.Mvc.Sheet Namespace : FlexSheetRequestAttribute Class
Represents an attribute that invokes a model binder for FlexSheet request.
Syntax
'Declaration
 
<AttributeUsageAttribute(AttributeTargets.Class Or  _
    AttributeTargets.Enum Or  _
    AttributeTargets.Interface Or  _
    AttributeTargets.Parameter Or  _
    AttributeTargets.Struct, 
   AllowMultiple=False, 
   Inherited=False)>
Public Class FlexSheetRequestAttribute 
   Inherits System.Web.Mvc.CustomModelBinderAttribute
[AttributeUsage(AttributeTargets.Class | 
    AttributeTargets.Enum | 
    AttributeTargets.Interface | 
    AttributeTargets.Parameter | 
    AttributeTargets.Struct, 
   AllowMultiple=false, 
   Inherited=false)]
public class FlexSheetRequestAttribute : System.Web.Mvc.CustomModelBinderAttribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      System.Web.Mvc.CustomModelBinderAttribute
         C1.Web.Mvc.Sheet.FlexSheetRequestAttribute

See Also

Reference

FlexSheetRequestAttribute Members
C1.Web.Mvc.Sheet Namespace