Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们遇到了一些由我们的 CMS 系统带来的场景,我们无法再使用代码块。目前有一些关于是否使用文字控件与使用所需的精确控件以及修改内部 html、href、innerText 等的讨论。
出于某种原因,我讨厌文字控件,但除了讨厌在服务器端构建 html 之外,我无法真正解释为什么。
Literal 的主要优点是它不呈现额外的标签 - 它只显示分配给 Text 属性的内容。所以它对快速显示 HTML 或 JavaScript 很有用。
然而,使用这些 Literal 控件的缺点是,当您想要对控件进行进一步的编程控制时,它会变得混乱 - 例如,在输出的 Text 上设置样式(您可以使用 Literal 来实现,但它很难看)
参考这个: