I have many links like address: port / bla-bla / bla-bla / file / blabla234times / created by something How can I make all the links (list of them) available from Windows (abstract server working on Windows) from my C # programmable server (such as VLC)?
How to get a list or URL of all existing files and folders on the server are known to us and port (no HTML page - just server address)
If you want to send a web server the HTML document If you are interested in removing anchor links, then you have to parse this document New use can:
class program {static void main () {var doc = new HtmlDocument (); (Var client = new webclient ()) (var reader = new stringringer (client.downloadstring ("http://www.google.com"))) {document.Load (reader); } Anchor Var = Document. Document. Select ("// a"); Foreign (various anchors in anchors) {Console.WriteLine (Anchor Properties ["href"]. Value); }}}
Comments
Post a Comment