IFormFeature Interface
Definition
public interface class IFormFeature
public interface IFormFeature
type IFormFeature = interface
Public Interface IFormFeature
- Derived
Properties
Form |
The parsed form, if any. |
HasFormContentType |
Indicates if the request has a supported form content-type. |
Methods
ReadForm() |
Parses the request body as a form. |
ReadFormAsync(CancellationToken) |
Parses the request body as a form. |