HttpBrowserCapabilitiesWrapper.RequiresHtmlAdaptiveErrorReporting 属性

定义

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

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

属性值

Boolean

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

适用于