Search Results for

    Show / Hide Table of Contents

    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
    In this article
    Back to top Developed by Đĵ ΝιΓΞΗΛψΚ and contributors / Licensed under MIT / Website generated by DocFX