Compartir a través de


StreamOutputFormatter Clase

Definición

Siempre copia en Stream la respuesta, independientemente del tipo de contenido solicitado.

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
Herencia
StreamOutputFormatter
Implementaciones

Constructores

StreamOutputFormatter()

Siempre copia en Stream la respuesta, independientemente del tipo de contenido solicitado.

Métodos

CanWriteResult(OutputFormatterCanWriteContext)

Determina si esto IOutputFormatter puede serializar un objeto del tipo especificado.

WriteAsync(OutputFormatterWriteContext)

Escribe el objeto representado por contextla propiedad Object.

Se aplica a