Table of Contents

Class RequestJsonResult

Namespace
Fluxzy.Formatters.Producers.Requests
Assembly
Fluxzy.Core.dll
public class RequestJsonResult : FormattingResult
Inheritance
RequestJsonResult
Inherited Members

Constructors

RequestJsonResult(string, string?, string)

public RequestJsonResult(string title, string? rawBody, string formattedBody)

Parameters

title string
rawBody string
formattedBody string

Properties

FormattedBody

public string FormattedBody { get; }

Property Value

string

RawBody

public string? RawBody { get; }

Property Value

string