ASP.NET Literal WebControl:为什么使用 PassThrough 模式?

发布于 2024-09-30 15:14:41 字数 440 浏览 0 评论 0原文

对于 ASP.NET Literal 控件,是否有任何理由使用LiteralMode.PassThrough 而不是默认值,LiteralMode.Transform

For an ASP.NET Literal control, is there ever any reason to use LiteralMode.PassThrough instead of the default, LiteralMode.Transform?

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

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

发布评论

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

评论(2

情话已封尘 2024-10-07 15:14:41

我从未见过任何有意义的情况,但我认为它适用于您想要对转换进行细粒度控制的情况。

I've never seen any cases where this makes sense, but I suppose it's there for those situations where you want fine-grained control over the transform.

简单 2024-10-07 15:14:41

当我将 HTML 放入 Literal 控件的 Text 属性时,我已经使用了 PassThrough 模式两次,并且不希望 HTML 被更改。我不记得确切的细节,但 Transform 模式不合适,因为它允许对 HTML 进行一些不需要的更改。

I've used the PassThrough mode two times when I was putting HTML into the Literal control's Text property and did not want the HTML to be altered. I cannot remember the exact details, but the Transform mode was not suitable because it allowed some unwanted alterations to the HTML.

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