GetSystemEdgePath Method
GetSystemEdgePath()
Gets the path to Microsoft Edge browser executable installed in the operating system.
Declaration
public static string GetSystemEdgePath()
Public Shared Function GetSystemEdgePath() As String
Returns
Type |
Description |
string |
The path to the browser executable, or null if the browser was not found.
|