C# 将 css 设置为 System.windows.forms.webBrowser

发布于 2024-11-06 14:35:04 字数 207 浏览 0 评论 0原文

可以给浏览器设置css吗?如果是,我该怎么做?

假设我有一个具有 2 个属性的类:

public String Css

public XElement Body

我想将正文绑定到 Web 浏览器并设置该 Web 浏览器的 css。

这可能吗?我应该怎么做?

Is it possible to set css to the webbrowser? If yes, than how Can I do this?

Let's say I have a class with 2 properties:

public String Css

and public XElement Body

I want to bind the body to a webbrowser and set the css of that webbrowser.

Is this possible and how should I do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

滥情哥ㄟ 2024-11-13 14:35:04

您可以使用

You can assemble a string containing the complete HTML with a <style> tag, then set the DocumentText property to that string.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文