WebScriptEnablingBehavior.AutomaticFormatSelectionEnabled 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值确定是否启用自动格式选择。
public:
virtual property bool AutomaticFormatSelectionEnabled { bool get(); void set(bool value); };
public override bool AutomaticFormatSelectionEnabled { get; set; }
member this.AutomaticFormatSelectionEnabled : bool with get, set
Public Overrides Property AutomaticFormatSelectionEnabled As Boolean
属性值
如果启用自动选择格式,则为 true
;否则为 false
。
注解
有关自动格式选择的详细信息,请参阅 WCF Web HTTP 格式设置。