Click or drag to resize

WindowOptionsURL Property

The URL property represents the URL of the window.

Default: "about:blank"

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public string URL { get; set; }

Property Value

Type: String
The URL property gets/sets the value of the underlying JObject field, "url".
See Also