Wiki Sharp NuGet Package

An implementation of the text search of Wikipedia

WikiSharp.Wiki wiki = new WikiSharp.Wiki();
var temp = await wiki.Search(textBox1.Text);
foreach (string a in temp.Values)
{
Console.writeLine(a);

}
}.




Got any Wiki Sharp Question?





Info

Version: 1.0.0
Author(s): Hassan Fakhari
Last Update: Monday, December 21, 2015
.NET Fiddle: Create the first Fiddle
NuGet Url: https://www.nuget.org/packages/WikiSharp


Install
Install-Package WikiSharp
dotnet add package WikiSharp
paket add WikiSharp
WikiSharp Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

avg-downloads-per-day

0

days-since-last-release

3020