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.
Inheritance
System.Object
PlainTextRequest
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|
System.String |