XmlSerializerInputFormatter コンストラクター

定義

オーバーロード

XmlSerializerInputFormatter()
古い.

XmlSerializerInputFormatter の新しいインスタンスを初期化します。

XmlSerializerInputFormatter(MvcOptions)

XmlSerializerInputFormatter の新しいインスタンスを初期化します。

XmlSerializerInputFormatter(Boolean)
古い.

XmlSerializerInputFormatter の新しいインスタンスを初期化します。

XmlSerializerInputFormatter()

ソース:
XmlSerializerInputFormatter.cs
ソース:
XmlSerializerInputFormatter.cs

注意事項

This constructor is obsolete and will be removed in a future version.

XmlSerializerInputFormatter の新しいインスタンスを初期化します。

public:
 XmlSerializerInputFormatter();
public XmlSerializerInputFormatter ();
[System.Obsolete("This constructor is obsolete and will be removed in a future version.")]
public XmlSerializerInputFormatter ();
Public Sub New ()
属性

適用対象

XmlSerializerInputFormatter(MvcOptions)

ソース:
XmlSerializerInputFormatter.cs
ソース:
XmlSerializerInputFormatter.cs

XmlSerializerInputFormatter の新しいインスタンスを初期化します。

public:
 XmlSerializerInputFormatter(Microsoft::AspNetCore::Mvc::MvcOptions ^ options);
public XmlSerializerInputFormatter (Microsoft.AspNetCore.Mvc.MvcOptions options);
new Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter : Microsoft.AspNetCore.Mvc.MvcOptions -> Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter
Public Sub New (options As MvcOptions)

パラメーター

options
MvcOptions

MvcOptions

適用対象

XmlSerializerInputFormatter(Boolean)

ソース:
XmlSerializerInputFormatter.cs
ソース:
XmlSerializerInputFormatter.cs

注意事項

This constructor is obsolete and will be removed in a future version.

XmlSerializerInputFormatter の新しいインスタンスを初期化します。

public:
 XmlSerializerInputFormatter(bool suppressInputFormatterBuffering);
public XmlSerializerInputFormatter (bool suppressInputFormatterBuffering);
[System.Obsolete("This constructor is obsolete and will be removed in a future version.")]
public XmlSerializerInputFormatter (bool suppressInputFormatterBuffering);
new Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter : bool -> Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter
[<System.Obsolete("This constructor is obsolete and will be removed in a future version.")>]
new Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter : bool -> Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter
Public Sub New (suppressInputFormatterBuffering As Boolean)

パラメーター

suppressInputFormatterBuffering
Boolean

逆シリアル化する前に、要求本文全体をバッファーに格納するフラグを設定します。

属性

適用対象