StreamOutputFormatter Classe

Définition

Copie toujours le dans la réponse, quel que soit le Stream type de contenu demandé.

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
Héritage
StreamOutputFormatter
Implémente

Constructeurs

StreamOutputFormatter()

Copie toujours le dans la réponse, quel que soit le Stream type de contenu demandé.

Méthodes

CanWriteResult(OutputFormatterCanWriteContext)

Détermine si cela IOutputFormatter peut sérialiser un objet du type spécifié.

WriteAsync(OutputFormatterWriteContext)

Écrit l’objet représenté par contextla propriété Object de .

S’applique à