[]
        
(Showing Draft Content)

C1.Web.Api.FormFile

FormFile Class

This class defines the file from form post.

Inheritance
FormFile
Namespace: C1.Web.Api
Assembly: C1.Web.Api.dll
Syntax
public class FormFile

Constructors

Name Description
FormFile(Stream, string)

Create a FormFile with specified stream and file extension.

Properties

Name Description
Extension

Gets the file extension.

Methods

Name Description
GetStream()

Gets the file stream.