[]
        
(Showing Draft Content)

C1.Web.Api.Excel.ExcelExportModelBinderAttribute

ExcelExportModelBinderAttribute Class

An attribute to apply to action parameters for model binding for Excel export.

Inheritance
ExcelExportModelBinderAttribute
Namespace: C1.Web.Api.Excel
Assembly: C1.AspNetCore.Api.Excel.dll
Syntax
[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false, Inherited = true)]
public class ExcelExportModelBinderAttribute : ModelBinderAttribute, IModelNameProvider, IBinderTypeProviderMetadata, IBindingSourceMetadata
<AttributeUsage(AttributeTargets.Parameter, AllowMultiple:=False, Inherited:=True)>
Public Class ExcelExportModelBinderAttribute
    Inherits ModelBinderAttribute
    Implements IModelNameProvider, IBinderTypeProviderMetadata, IBindingSourceMetadata

Constructors

Name Description
ExcelExportModelBinderAttribute()

Initialize a new instance of the ExcelExportModelBinderAttribute class.