Skip to main content
Skip table of contents

Application.IntegratedBrowser.Engine

Beschreibung

Legt fest, welche Engine-Version der integrierte Browser verwenden soll.

Erlaubte Werte

WertBeschreibung

Default [Standard]

Standard-Wert des Betriebssystem
IE11Internet Explorer 11
IE10Internet Explorer 10
IE9Internet Explorer 9
IE8Internet Explorer 8

Beispiel

XML
<configuration version="1.2.0">
  <applicationSettings>

	...

	<!-- Allgemeine Einstellungen -->
	<generalSettings>
		
		<!-- Legt fest, welche Engine-Version der integrierten Browser verwenden soll -->
		<setting key="Application.IntegratedBrowser.Engine" value="IE11" />

	</generalSettings>

	...

  </applicationSettings>
</configuration>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.