在html中使用c#执行if语句
我之前在 Stackoverflow 上看到过一些答案,其中涉及使用“c# 结构”在 ASP.NET 页面的 html 中执行“if”语句。
所以想象一下我想显示 Eval("option1") 如果它不为 null 或 Eval("option2") 如果选项 1 为 null。我该怎么做?
希望这是有道理的......
非常感谢!!!!
I've previously seen answers on Stackoverflow that involve using 'the c# construct' to essentially perform an 'if' statement in the html of a asp.net page.
So imagine i want to display Eval("option1") if its not null OR Eval("option2") if option 1 is null. How do i do this???
Hope that makes sense....
Many Thanks!!!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是您正在寻找的“if”语义吗?
Is this the "if" semantics you are looking for?
您不需要 if 语句。只需使用
You don't need if statement for it. Just use