HttpBrowserCapabilitiesBase.RequiresHtmlAdaptiveErrorReporting 속성

정의

파생 클래스에서 재정의되는 경우 브라우저에 비표준 오류 메시지가 필요한지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

브라우저에 비표준 오류 메시지가 필요하면true 이고, 필요하지 않으면 false입니다.

예외

적용 대상