XmlDataContractSerializerInputFormatter 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
XmlDataContractSerializerInputFormatter()
警告
This constructor is obsolete and will be removed in a future version.
初始化 XmlDataContractSerializerInputFormatter 的新執行個體。
public:
XmlDataContractSerializerInputFormatter();
public XmlDataContractSerializerInputFormatter ();
[System.Obsolete("This constructor is obsolete and will be removed in a future version.")]
public XmlDataContractSerializerInputFormatter ();
Public Sub New ()
- 屬性
適用於
XmlDataContractSerializerInputFormatter(MvcOptions)
初始化 XmlDataContractSerializerInputFormatter 的新執行個體。
public:
XmlDataContractSerializerInputFormatter(Microsoft::AspNetCore::Mvc::MvcOptions ^ options);
public XmlDataContractSerializerInputFormatter (Microsoft.AspNetCore.Mvc.MvcOptions options);
new Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter : Microsoft.AspNetCore.Mvc.MvcOptions -> Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter
Public Sub New (options As MvcOptions)
參數
- options
- MvcOptions
適用於
XmlDataContractSerializerInputFormatter(Boolean)
警告
This constructor is obsolete and will be removed in a future version.
初始化 XmlDataContractSerializerInputFormatter 的新執行個體。
public:
XmlDataContractSerializerInputFormatter(bool suppressInputFormatterBuffering);
public XmlDataContractSerializerInputFormatter (bool suppressInputFormatterBuffering);
[System.Obsolete("This constructor is obsolete and will be removed in a future version.")]
public XmlDataContractSerializerInputFormatter (bool suppressInputFormatterBuffering);
new Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter : bool -> Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter
[<System.Obsolete("This constructor is obsolete and will be removed in a future version.")>]
new Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter : bool -> Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter
Public Sub New (suppressInputFormatterBuffering As Boolean)
參數
- suppressInputFormatterBuffering
- Boolean
在還原序列化之前緩衝處理整個要求本文的旗標。
- 屬性