TextInputFormatter クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
テキスト形式で要求本文からオブジェクトを読み取ります。
public ref class TextInputFormatter abstract : Microsoft::AspNetCore::Mvc::Formatters::InputFormatter
public abstract class TextInputFormatter : Microsoft.AspNetCore.Mvc.Formatters.InputFormatter
type TextInputFormatter = class
inherit InputFormatter
Public MustInherit Class TextInputFormatter
Inherits InputFormatter
- 継承
- 派生
コンストラクター
TextInputFormatter() |
テキスト形式で要求本文からオブジェクトを読み取ります。 |
フィールド
UTF16EncodingLittleEndian |
BOM で littleEndian バイト順を使用し、無効なバイトをスローする UTF16 エンコードを返します。 |
UTF8EncodingWithoutBOM |
BOM を使用せずに UTF8 エンコードを返し、無効なバイトをスローします。 |
プロパティ
SupportedEncodings |
この TextInputFormatterでサポートされている文字エンコーディングの変更可能なコレクションを取得します。 エンコードは、データを読み取るときに使用されます。 |
SupportedMediaTypes |
この InputFormatterでサポートされているメディア型要素の変更可能なコレクションを取得します。 (継承元 InputFormatter) |
メソッド
CanRead(InputFormatterContext) |
これが IInputFormatter の オブジェクト |
CanReadType(Type) |
指定 InputFormatter した のオブジェクトを逆シリアル化できるかどうかを判断します |
GetDefaultValueForType(Type) |
指定した型の既定値を取得します。 本文にコンテンツが含まれない場合に既定値を返すために使用します。 (継承元 InputFormatter) |
GetSupportedContentTypes(String, Type) |
と |
ReadAsync(InputFormatterContext) |
要求本文から オブジェクトを読み取ります。 (継承元 InputFormatter) |
ReadRequestBodyAsync(InputFormatterContext, Encoding) |
要求本文から オブジェクトを読み取ります。 |
ReadRequestBodyAsync(InputFormatterContext) |
要求本文から オブジェクトを読み取ります。 |
SelectCharacterEncoding(InputFormatterContext) |
の文字セットに |