XmlSerializerOutputFormatter 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這個類別會使用 處理物件到 XML 的序列化 XmlSerializer
public ref class XmlSerializerOutputFormatter : Microsoft::AspNetCore::Mvc::Formatters::TextOutputFormatter
public class XmlSerializerOutputFormatter : Microsoft.AspNetCore.Mvc.Formatters.TextOutputFormatter
type XmlSerializerOutputFormatter = class
inherit TextOutputFormatter
Public Class XmlSerializerOutputFormatter
Inherits TextOutputFormatter
- 繼承
建構函式
屬性
SupportedEncodings |
取得這個 TextOutputFormatter 支援的可變動字元編碼集合。 寫入資料時會使用編碼。 (繼承來源 TextOutputFormatter) |
SupportedMediaTypes |
取得這個 OutputFormatter 所支援的可變動媒體類型專案集合。 (繼承來源 OutputFormatter) |
WrapperProviderFactories |
取得 的清單 IWrapperProviderFactory ,以提供序列化的包裝類型。 |
WriterSettings |
取得 XmlWriter 要使用的設定。 |