ComponentOne Web API Edition
ExcelExportModelBinderAttribute Class
Members 

C1.Web.Api.Excel Namespace : ExcelExportModelBinderAttribute Class
An attribute to apply to action parameters for model binding for Excel export.
Syntax
'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Parameter, 
   AllowMultiple=False, 
   Inherited=True)>
Public Class ExcelExportModelBinderAttribute 
   Inherits System.Web.Http.ModelBinding.ModelBinderAttribute
[AttributeUsage(ValidOn=AttributeTargets.Parameter, 
   AllowMultiple=false, 
   Inherited=true)]
public class ExcelExportModelBinderAttribute : System.Web.Http.ModelBinding.ModelBinderAttribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      System.Web.Http.ParameterBindingAttribute
         System.Web.Http.ModelBinding.ModelBinderAttribute
            C1.Web.Api.Excel.ExcelExportModelBinderAttribute

See Also

Reference

ExcelExportModelBinderAttribute Members
C1.Web.Api.Excel Namespace