Class PlainTextRequest
use this dto if you need to model bind the raw content body of an incoming http request or you may implement the IPlainTextRequest interface on your own request dto.
Implements
Inherited Members
Namespace: FastEndpoints
Assembly: FastEndpoints.dll
Syntax
public class PlainTextRequest : IPlainTextRequest
Properties
Content
the body content of the incoming request
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
string |