c# - HTML Agility pack - How to get URLs, which start with specific text? -


the question in title, more specific: can url html, starts specific text ? may be, there case extract in jquery-style?

$( "a[href^='event_handler']" ) 

out-of-the-box library doesn't support jquery type selectors (those css selectors fyi), xpath or xslt selectors. of course there people took time , added extension css selector support, see add css selector query engine onto htmlagilitypack.

adding this, can select links string selector you've provided yourself.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -