C# Use the WebClient to get content from a webpage

Поделиться
HTML-код
  • Опубликовано: 3 фев 2025

Комментарии • 19

  • @kis756
    @kis756 Год назад

    Great Video simple easy, with a nice voice

  • @musicloversonly
    @musicloversonly 2 года назад

    Thank you so much, I have a question, how to load entire webpage not just the source code.

  • @enricomattioli53
    @enricomattioli53 3 года назад

    Great! Thanks, after a month I found this.

  • @kumaravelrajan
    @kumaravelrajan 5 лет назад +1

    Great video man! Thanks!

  • @RajSharma-ui5vq
    @RajSharma-ui5vq 2 года назад +1

    Hello. Great Video. I want to something related to camera API. I want to make a button which will take command (web api command) for camera movement. How should I do that?

  • @brotindash4520
    @brotindash4520 4 года назад

    does this work for a web page that gets populated by some ajax response ? any solution?
    TIA

  • @ItsNetworking
    @ItsNetworking 4 года назад

    Hi, could you help me? I’m trying to gather specific information from a site but the info doesn’t have an ID assigned to it. I know if it had an ID or a tag I could get it but doesn’t have either.

  • @chriscalver8595
    @chriscalver8595 Год назад

    nice vid....tks

  • @applepie8143
    @applepie8143 4 года назад

    hi, great video, how to get just the words of a website like only "Coluds"?

  • @Blasinga
    @Blasinga 2 года назад

    tysm

  • @enricomattioli53
    @enricomattioli53 3 года назад

    what about uploading?

  • @gugapriyaranjanikumaravel6349
    @gugapriyaranjanikumaravel6349 3 года назад

    Can you please upload how to do Addtofav, history,GUI, and bulk download in C# without using browser class it will very help us a lot?

    • @shurai12
      @shurai12 2 года назад

      i am doing the same thing, have you done it yet?

    • @taibakazi2686
      @taibakazi2686 2 года назад

      @@shurai12 Even im doing the same thing
      how did you make a web browser without using the web browser control.

  • @ShoniNemavhidi
    @ShoniNemavhidi 3 года назад

    Is there a way that I can just open the file on a browser?

    • @ShoniNemavhidi
      @ShoniNemavhidi 3 года назад

      I used webclient to authentic a user and now I want to open a page on the same website

  • @judgedev2789
    @judgedev2789 2 года назад

    Can i get Active html ?

  • @marcelomatias3362
    @marcelomatias3362 5 лет назад

    how to login to the page and get the content?

    • @MrHVids
      @MrHVids  5 лет назад

      It would depend upon the page you are trying to login to. Different sites use different authentication methods. It would be best to see if the page has an API and then access that.