FileUploadResponse
Namespace: MJCZone.MediaMatic.AspNetCore.Endpoints
Assembly: MJCZone.MediaMatic.AspNetCore
Summary
Response containing the path to an uploaded file.
public
Contents
Constructors (2) | Methods (4) | Properties (1)
Constructors
FileUploadResponse
Initializes a new instance of the FileUploadResponse class.
csharp
FileUploadResponse()FileUploadResponse
Initializes a new instance of the FileUploadResponse class.
csharp
FileUploadResponse(string path)Parameters
- path (string) - The path to the uploaded file.
Methods
GetType
csharp
GetType()ToString
csharp
ToString()Equals
csharp
Equals()GetHashCode
csharp
GetHashCode()Properties
Path
Gets or sets the path to the uploaded file.
Type: string