Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
1 answer
102 views

Can anyone explain why this code does not find the <div /> element? I am using AngleSharp. string html = "<div class=\"styles__Accordion___blue\"><h1>Hello</h1>&...
Score of 0
2 answers
4188 views

TL;DR I was tasked to migrate the Office add-in (VSTO) installer from Windows Installer to WiX. As usual, I created a WiX project (HearWave), added all the project files to the xml-config of the ...
Score of 0
0 answers
85 views

I want to try to divide my music files into folders divided by genre, and for ease I'm writing the code in c#. The information I need is in this div class of the html code of the google page "...
Score of 0
0 answers
92 views

I am trying to scrape press releases from a website using c# .net 8 with AngleSharp library. Here's the anchor tags am trying to get. <a class="search-result ng-scope" ng-repeat="...
Score of 0
1 answer
539 views

I'm writing an app to automate grabbing data from my profile on the website Criticker.com. I'm able to successfully log into the website with AngleSharp, and after I do so, I grab the cookie, but when ...
Score of 0
1 answer
103 views

There is this piece of HTML page code: <table cellspacing="0" id="work_outline"> <td> <div class="work_genre"> <a href="...
Score of 0
1 answer
139 views

I want to make a test that access my page that need Admin role to access it. This is my page: (Model) [Authorize(Roles = "Admin")] public class AddModel : PageModel { ...
Score of 0
1 answer
56 views

library AngleSharp.HtmlParser in c# inserts empty spans input html: <div style="font-size: 16pt; font-weight: bold;">Заголовок</div> <div> <table style="font-family: Calibri; ...
Score of 0
1 answer
747 views

How to parse multiple attributes if QuerySelectorAll().GetAttribute() doesn't work? Website page example <div class="product-slider"> <!-- Sample image data --> <div ref=&...
Score of 1
1 answer
362 views

Is there a way to find custom html tags using LIKE syntax in AngleSharp? I know the syntax follows CSS selectors but have not found a reference in documentation or example that works. // For all ...
Score of 0
0 answers
253 views

I implement some IMDb scraper but my scraper gets the wrong image src value. Images are not loaded immediately and the value in src is some default image, it is not the picture of the movie because ...
user avatar
Score of 2
1 answer
713 views

I am trying to sign in Habr.com with AngleSharp. I can fill e-mail and password fields, but don't know how to submit the form. If you know any other ways, could you share them, please? string ...
Score of 0
1 answer
572 views

I've got XML to parse that mostly looks like XHTML, but according to the docs should be XML, looking like XHTML. So I resort to AngleSharp.XML to parse it. But I already fail to parse the simplest ...
Score of -1
1 answer
172 views

I try to extract the font family name in a css file. When looking in debug, the font family name is present, also when i modify it by a SetFontFamily, but the GetFontFamiliy does not return anything. ...
Score of 0
1 answer
46 views

I've been using these lines of code to get Currency from site and when I return value it throws a System.FormatExceprion (curr != null on return) public static async Task<double> ...

15 30 50 per page
1
2 3 4 5
11