StringOutputFormatter クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
TextOutputFormatter単純なテキスト コンテンツの 。
public ref class StringOutputFormatter : Microsoft::AspNetCore::Mvc::Formatters::TextOutputFormatter
public class StringOutputFormatter : Microsoft.AspNetCore.Mvc.Formatters.TextOutputFormatter
type StringOutputFormatter = class
inherit TextOutputFormatter
Public Class StringOutputFormatter
Inherits TextOutputFormatter
- 継承
コンストラクター
StringOutputFormatter() |
または としてUTF8エンコードされたプレーン テキストのみをサポートする新しい StringOutputFormatter を作成しますUnicode。 |
プロパティ
SupportedEncodings |
この TextOutputFormatterでサポートされている文字エンコーディングの変更可能なコレクションを取得します。 エンコードは、データの書き込み時に使用されます。 (継承元 TextOutputFormatter) |
SupportedMediaTypes |
この OutputFormatterでサポートされているメディア型要素の変更可能なコレクションを取得します。 (継承元 OutputFormatter) |
メソッド
CanWriteResult(OutputFormatterCanWriteContext) |
書式設定 |
CanWriteType(Type) |
指定した型をこのシリアライザーで書き込むことができるかどうかを示す値を返します。 (継承元 OutputFormatter) |
GetSupportedContentTypes(String, Type) |
と |
SelectCharacterEncoding(OutputFormatterWriteContext) |
指定されたコンテンツ タイプに基づいて、HTTP エンティティ本体の読み取りまたは書き込みに対してサポートされているエンコードの中で最適 Encoding なエンコードを決定します。 (継承元 TextOutputFormatter) |
WriteAsync(OutputFormatterWriteContext) |
の Object プロパティで |
WriteResponseBodyAsync(OutputFormatterWriteContext, Encoding) |
応答本文を書き込みます。 |
WriteResponseBodyAsync(OutputFormatterWriteContext) |
応答本文を書き込みます。 (継承元 TextOutputFormatter) |
WriteResponseHeaders(OutputFormatterWriteContext) |
オブジェクトのヘッダーを HttpResponse 設定します。 (継承元 OutputFormatter) |