简体   繁体   中英

Read a full page with aspx form Load dynamic in c#

I need to read this page in WCF service http://bvmf.bmfbovespa.com.br/cias-listadas/empresas-listadas/ResumoEmpresaPrincipal.aspx?codigoCvm=9512&idioma=pt-br

But I want to read this node generate dynamic by server class="ficha responsive" When I use a method like

HtmlDocument doc = web.Load("http://bvmf.bmfbovespa.com.br/cias-listadas/empresas-listadas/ResumoEmpresaPrincipal.aspx?codigoCvm=9512&idioma=pt-br")

I not get full page because page call dynamic this form

form name="aspnetForm" 
method="post" 
action="ResumoEmpresaPrincipal.aspx?codigoCvm=9512&idioma+=+pt+-+br&idioma=pt-br" 
id="aspnetForm"

How I can get load FULL page or post data to this webform in C#?? or load a full HTML Content ?

ResumoEmpresaPrincipal.aspx?codigoCvm=9512

The solution to read a full page content are in this post

Scraping webpage generated by javascript with C#

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM