Class PlatformUtilities
Inherited Members
Namespace: Mapsui.Utilities
Assembly: Mapsui.dll
Syntax
public static class PlatformUtilities
Methods
| Edit this page View SourceOpenInBrowser(string)
Declaration
public static void OpenInBrowser(string url)
Parameters
| Type | Name | Description |
|---|---|---|
| string | url |
SetOpenInBrowserFunc(Action<string>)
Declaration
public static void SetOpenInBrowserFunc(Action<string> openInBrowserMethod)
Parameters
| Type | Name | Description |
|---|---|---|
| Action<string> | openInBrowserMethod |