你好");" />

我可以发誓我曾经做过” new Literal("你好");

发布于 2024-07-08 05:27:35 字数 153 浏览 10 评论 0 原文

我可以发誓我已经在某个地方做了这个 - 我现在使用 2.0 - 这是我在更高版本中找到的东西吗? IE:在构造函数中传递 Literal 的内容

我记得自己说过“哈,这一次我创建了一个新实例,然后设置了文本属性” - 或者那天晚上我喝醉了睡觉? 如果没有,为什么不呢!

I could have sworn i have done this somewhere - im using 2.0 right now - was this something i found in a later version? IE: pass the content of a Literal in the constructor

I remember myself saying 'huh, and all this time i created a new instance and then set the text property' - or did I go to sleep drunk that night? And if not, WHY NOT!!!

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

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

发布评论

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

评论(1

征棹 2024-07-15 05:27:35

也许LiteralControl

this.Controls.Add(new LiteralControl("<b>hello there</b>"));

请注意,它不维护 ViewState,因此必须在每个请求上添加它。

Maybe LiteralControl?

this.Controls.Add(new LiteralControl("<b>hello there</b>"));

Note it doesn't maintain ViewState so it must be added on each request.

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