gpt4 book ai didi

c# - 如何将字符串 html 内容显示到 webbrowser 控件中?

转载 作者:IT王子 更新时间:2023-10-29 03:47:07 26 4
gpt4 key购买 nike

我有一个 c# win 应用程序。我在我的数据库中保存了 html 格式的文本,但我想在网络浏览器中向我的用户显示它。如何将字符串 html 内容显示到网络浏览器控件中?

提前致谢

最佳答案

试试这个:

webBrowser1.DocumentText =
"<html><body>Please enter your name:<br/>" +
"<input type='text' name='userName'/><br/>" +
"<a href='http://www.microsoft.com'>continue</a>" +
"</body></html>";

关于c# - 如何将字符串 html 内容显示到 webbrowser 控件中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5362591/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com