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

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