StreamOutputFormatter Třída

Definice

Vždy zkopíruje Stream do odpovědi bez ohledu na požadovaný typ obsahu.

public ref class StreamOutputFormatter : Microsoft::AspNetCore::Mvc::Formatters::IOutputFormatter
public class StreamOutputFormatter : Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter
type StreamOutputFormatter = class
    interface IOutputFormatter
Public Class StreamOutputFormatter
Implements IOutputFormatter
Dědičnost
StreamOutputFormatter
Implementuje

Konstruktory

StreamOutputFormatter()

Vždy zkopíruje Stream do odpovědi bez ohledu na požadovaný typ obsahu.

Metody

CanWriteResult(OutputFormatterCanWriteContext)

Určuje, zda lze IOutputFormatter serializovat objekt zadaného typu.

WriteAsync(OutputFormatterWriteContext)

Zapíše objekt reprezentovaný contextvlastností Object.

Platí pro