Interface IPlainTextRequest
implement this interface on your request dto if you need to model bind the raw content body of an incoming http request
Namespace: FastEndpoints
Assembly: FastEndpoints.dll
Syntax
public interface IPlainTextRequest
Properties
Content
the request body content will be bound to this property
Declaration
string Content { get; set; }
Property Value
Type | Description |
---|---|
string |