OutputFormatter Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Scrive un oggetto nel flusso di output.
public ref class OutputFormatter abstract : Microsoft::AspNetCore::Mvc::ApiExplorer::IApiResponseTypeMetadataProvider, Microsoft::AspNetCore::Mvc::Formatters::IOutputFormatter
public abstract class OutputFormatter : Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseTypeMetadataProvider, Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter
type OutputFormatter = class
interface IOutputFormatter
interface IApiResponseTypeMetadataProvider
type OutputFormatter = class
interface IApiResponseTypeMetadataProvider
interface IOutputFormatter
Public MustInherit Class OutputFormatter
Implements IApiResponseTypeMetadataProvider, IOutputFormatter
- Ereditarietà
-
OutputFormatter
- Derivato
- Implementazioni
Costruttori
OutputFormatter() |
Scrive un oggetto nel flusso di output. |
Proprietà
SupportedMediaTypes |
Ottiene la raccolta modificabile di elementi del tipo di supporto supportati da questo OutputFormatteroggetto . |
Metodi
CanWriteResult(OutputFormatterCanWriteContext) |
Determina se può IOutputFormatter serializzare un oggetto del tipo specificato. |
CanWriteType(Type) |
Restituisce un valore che indica se il tipo specificato può essere scritto da questo serializzatore. |
GetSupportedContentTypes(String, Type) |
Ottiene un elenco filtrato di tipi di contenuto supportati da IOutputFormatter per |
WriteAsync(OutputFormatterWriteContext) |
Scrive l'oggetto rappresentato dalla |
WriteResponseBodyAsync(OutputFormatterWriteContext) |
Scrive il corpo della risposta. |
WriteResponseHeaders(OutputFormatterWriteContext) |
Imposta le intestazioni sull'oggetto HttpResponse . |