WebMessageEncodingElement.WebContentTypeMapperType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 WebContentTypeMapper 的型別名稱,指定傳入訊息的內容型別所對應的格式。
public:
property System::String ^ WebContentTypeMapperType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("webContentTypeMapperType", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string WebContentTypeMapperType { get; set; }
[<System.Configuration.ConfigurationProperty("webContentTypeMapperType", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.WebContentTypeMapperType : string with get, set
Public Property WebContentTypeMapperType As String
屬性值
WebContentTypeMapper 的型別名稱。
- 屬性
備註
這是程式設計模型中的擴充點,Web 訊息編碼器會用這個模型來覆寫內容型別對應至格式的方式。