Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / BrowserFetcher Class / GetSystemEdgePath Method

In This Topic
    GetSystemEdgePath Method
    In This Topic
    Gets the path to Microsoft Edge browser executable installed in the operating system.
    Syntax
    'Declaration
     
    Public Shared Function GetSystemEdgePath() As System.String
    public static System.string GetSystemEdgePath()

    Return Value

    The path to the browser executable, or a null reference (Nothing in Visual Basic) if the browser was not found.
    See Also