UploadedFile Members
In This Article
#Constructors
Name | Description |
---|---|
Uploaded |
Initializes a new instance of the Uploaded |
Uploaded |
For internal use only. |
Uploaded |
Initializes a new instance of the Uploaded |
#Properties
Name | Description |
---|---|
Content |
Gets the size of an uploaded file, in bytes. |
Content |
Gets the MIME content type of the uploaded file. |
File |
Gets an array of the bytes in the uploaded file. |
File |
Gets a stream object that points to the uploaded file. |
File |
Gets the uploaded file’s name. |
File |
Returns a file key name, by which it can be accessed in a cloud storage. |
Is |
Gets a value indicating whether the uploaded file passes the validation criteria defined via the ASPx |
Posted |
Obsolete. Gets the uploaded file’s underlying object. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Save |
Saves the uploaded file on the server. |
Save |
Saves the uploaded file specifying the full path on the server. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also