Web API Core | ComponentOne
C1.Web.Api.Excel Namespace / ExcelRequest Class / Data Property

In This Topic
    Data Property
    In This Topic
    Gets or sets the data which is posted from client side.
    Syntax
    'Declaration
     
    
    Public Property Data As IEnumerable
    public IEnumerable Data {get; set;}
    See Also