VS 设计时用户控制 CSS 复制

发布于 2024-07-07 14:18:00 字数 110 浏览 6 评论 0原文

当用户控件拖放到 aspx 页面上时,我想避免输出 html 中重复样式表链接标记。 但是,如果您省略样式表链接标记,您将无法获得样式表的设计时支持。

有人知道解决这个问题的方法吗?

I want to avoid the duplication of stylesheet link tags in the output html when a user control is dropped onto an aspx page. However if you omit the stylesheet link tag you don't get design time support for the stylesheet.

Anybody know a way around this problem?

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

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

发布评论

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

评论(3

ζ澈沫 2024-07-14 14:18:00

虽然这会影响 HTML 的大小。 我认为它不会影响您网页的整体性能。 浏览器会缓存 CSS 客户端,因此只应下载一次。

While that will impact the size of the HTML. I don't see it affecting the overall performance of your webpage. The browser will cache the CSS client side, so it should only be downloaded once.

夜雨飘雪 2024-07-14 14:18:00

使用自定义设计器将样式表作为资源加载,并在渲染设计时 HTML 时应用该样式。

Use a custom designer to load the stylesheet as a resource and apply the style when you render the design time HTML.

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