使用webBrowser中的ID查找值并将其放在C#的文本框中

时间:2016-11-28 21:53:41

标签: c#

我正在尝试从网站获取ID的值并将其放入文本框中。

网站代码如下:

.c-modal-wrapper{
    height:80%;
}

.c-modal-testing{
    height:100%;
}

.c-modal-topbar{
    width:100%;
}

.c-modal-topbar-content{
    width:95%;
    margin-left:auto;
    margin-right:auto;
    font-weight:bold;
}

.c-modal-content{
    overflow-y:auto;
    height:65%;
    width:100%;
}

.c-modal-bottombar{

}

我正试图在值=之后获得该部分。 我不擅长编码,但任何帮助都会受到赞赏。

0 个答案:

没有答案