asp.net - xamarin, parsing html to c# -


i'm doing xamarin project. there asp.net mvc , sql database. i've tried convert html table datatable or dataset. difficult me. tried htmlagility didnt work. how can convert this table ?? < h2>index

<a href="/databasefirst/oyunlar/create">create new</a> <table class="table"> <tr>     <th>         oyun_adi     </th>     <th>         oyun_tarihi     </th>     <th>         oyun_aciklama     </th>     <th>         oyun_suresi     </th>     <th>         oyun_foto     </th>     <th>         tur_adi     </th>     <th>         salon_adi     </th>     <th></th> </tr></code> 


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -