KrPartContext record
Represents the context for a part as it is being processed.
public record KrPartContext
Public Members
| name | description |
|---|---|
| KrPartContext() | The default constructor. |
| ContentEncoding { get; set; } | Gets the content encoding of the part, if present. |
| ContentType { get; set; } | Gets the content type of the part. |
| DeclaredLength { get; set; } | Gets the declared length of the part, if present. |
| FileName { get; set; } | Gets the original filename, if present. |
| Headers { get; set; } | Gets the headers associated with the part. |
| Index { get; set; } | Gets the zero-based index of the part within the multipart body. |
| Name { get; set; } | Gets the part name, if present. |
| Rule { get; set; } | Gets the matching rule for the part, if any. |
See Also
- namespace Kestrun.Forms
- KrPartContext.cs