thomasgalliker / CrossPlatformLibrary.WebBrowser

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C# 62.6%Language:PowerShell 36.4%Language:Batchfile 1.0%