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 格式设置。

适用于