StreamOutputFormatter Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 |