Click or drag to resize

WindowOptionsPreloadScripts Property

Gets or sets the collection of preload scripts to load automatically after each page navigation.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public List<PreloadScript> PreloadScripts { get; set; }

Property Value

Type: ListPreloadScript
See Also