Skip to content

CrossPlatformLibrary.WebBrowser is a cross-platform abstraction which allows to open browser requests

Notifications You must be signed in to change notification settings

thomasgalliker/CrossPlatformLibrary.WebBrowser

Repository files navigation

CrossPlatformLibrary.WebBrowser

Download and Install CrossPlatformLibrary.WebBrowser

This library is available on NuGet: https://www.nuget.org/packages/CrossPlatformLibrary.WebBrowser/ Use the following command to install CrossPlatformLibrary.WebBrowser using NuGet package manager console:

PM> Install-Package CrossPlatformLibrary.WebBrowser

You can use this library in any .Net project which is compatible to PCL (e.g. Xamarin Android, iOS, Windows Phone, Windows Store, Universal Apps, etc.)

API Usage

CrossPlatformLibrary.WebBrowser provides a simple and platform-agnostic interface, IWebBrowser which can be used to open an URL in the web browser on the target platform:

IWebBrowser webBrowser = SimpleIoc.Default.GetInstance<IWebBrowser>(); // Use dependency injection if possible
webBrowser.OpenUrl("http://www.thomasgalliker.ch");

License

This library is Copyright © 2016 Thomas Galliker. Free for non-commercial use. For commercial use please contact the author.

About

CrossPlatformLibrary.WebBrowser is a cross-platform abstraction which allows to open browser requests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published