WindowOptionsURL Property |
The URL property represents the URL of the window.
Default: "about:blank"
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public string URL { get; set; }
Property Value
Type:
String
The URL property gets/sets the value of the
underlying JObject field, "url".
See Also