Skip to content

hknyuc/html.rt

Repository files navigation

Html.Rt

Fast, Simple Html Parsing Library

Install

Nuget

install from nuget

Install-Package Html.Rt

Usage

 var file = System.IO.File.ReadAllText('path of file'); 
 var document = new Html.Rt.Document(file);
 var markedElement = document.GetElementById("markedElement");

About

Fast, Simple Html Parsing Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published