Search Results for

    Show / Hide Table of Contents

    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
    object
    PlainTextRequest
    Implements
    IPlainTextRequest
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    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
    string

    Implements

    IPlainTextRequest
    In this article
    Back to top Developed by Đĵ ΝιΓΞΗΛψΚ and contributors / Licensed under MIT / Website generated by DocFX