OutputFormatter クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オブジェクトを出力ストリームに書き込みます。
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
- 継承
-
OutputFormatter
- 派生
- 実装
コンストラクター
OutputFormatter() |
オブジェクトを出力ストリームに書き込みます。 |
プロパティ
SupportedMediaTypes |
この OutputFormatterでサポートされているメディア型要素の変更可能なコレクションを取得します。 |
メソッド
CanWriteResult(OutputFormatterCanWriteContext) |
指定した型のオブジェクトをシリアル化できるかどうかを IOutputFormatter 判断します。 |
CanWriteType(Type) |
指定した型をこのシリアライザーで書き込むことができるかどうかを示す値を返します。 |
GetSupportedContentTypes(String, Type) |
および |
WriteAsync(OutputFormatterWriteContext) |
の Object プロパティで |
WriteResponseBodyAsync(OutputFormatterWriteContext) |
応答本文を書き込みます。 |
WriteResponseHeaders(OutputFormatterWriteContext) |
オブジェクトのヘッダーを HttpResponse 設定します。 |