共用方式為


WebHttpBehavior.AutomaticFormatSelectionEnabled 屬性

定義

取得或設定值,這個值會判斷是否啟用自動格式選取。

public:
 virtual property bool AutomaticFormatSelectionEnabled { bool get(); void set(bool value); };
public virtual bool AutomaticFormatSelectionEnabled { get; set; }
member this.AutomaticFormatSelectionEnabled : bool with get, set
Public Overridable Property AutomaticFormatSelectionEnabled As Boolean

屬性值

Boolean

如果啟用自動格式選取,則為 true,否則為 false

備註

如需自動格式選取的詳細資訊,請參閱 WCF WEB HTTP 格式

適用於