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

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