Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 406 Bytes

File metadata and controls

14 lines (9 loc) · 406 Bytes

IPublicAPI.OpenUrl method

Opens the url. The browser and mode used is based on what's configured in Flow's default browser settings.

public void OpenUrl(string url, bool? inPrivate = null)

See Also