KrFilePart record
Represents a stored file part.
public record KrFilePart
Public Members
| name | description |
|---|---|
| ContentType { get; set; } | Gets the content type of the file. |
| Headers { get; set; } | Gets the headers associated with the part. |
| Length { get; set; } | Gets the length of the stored file. |
| Name { get; set; } | Gets the field name associated with the file part. |
| OriginalFileName { get; set; } | Gets the original file name. |
| Sha256 { get; set; } | Gets the SHA-256 hash of the file if computed. |
| TempPath { get; set; } | Gets the temporary storage path for the file. |
See Also
- namespace Kestrun.Forms
- KrFilePart.cs