Web API Edition | ComponentOne
C1.Web.Api.Storage Namespace / UploadRequest Class / File Property

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