MobileCapabilities.RequiresHtmlAdaptiveErrorReporting 属性

定义

获取一个值,该值指示浏览器是否需要非标准错误消息。

public:
 virtual property bool RequiresHtmlAdaptiveErrorReporting { bool get(); };
public virtual bool RequiresHtmlAdaptiveErrorReporting { get; }
member this.RequiresHtmlAdaptiveErrorReporting : bool
Public Overridable ReadOnly Property RequiresHtmlAdaptiveErrorReporting As Boolean

属性值

true 如果浏览器需要非标准错误消息,则为否则,为 false. 默认值为 false

适用于