V
V
Vimake2014-01-07 15:57:53
C++ / C#
Vimake, 2014-01-07 15:57:53

get link c#

Get link from webBrowser1 c#.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
@
@antoo, 2014-01-07
@Vimake

If you mean the current address of the document, then the Url property will help you: msdn.microsoft.com/ru-ru/library/system.windows.fo...
If we are talking about links on the page, there is the DocumentText property that returns HTML representation of the loaded page: msdn.microsoft.com/ru-ru/library/system.windows.fo... , get the code and pull out the necessary link with regular expressions.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question