仅当在另一个视图中调用某个操作时才显示该操作的属性是什么?
我不记得只允许在视图中调用操作时呈现操作的属性(例如@Html.Action())。谁能唤起我的记忆吗?我不希望能够直接调用该操作。
I cannot remember the attribute that allows only an action to be rendered if it is called within a view (e.g. @Html.Action()). Can anyone refresh my memory? I do not want the action to be able to be called directly.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
更多信息:
http://msdn.microsoft.com/en-us /library/system.web.mvc.childactiononlyattribute.aspx
More info:
http://msdn.microsoft.com/en-us/library/system.web.mvc.childactiononlyattribute.aspx
听起来您正在寻找渲染部分视图
Sounds like you're looking to render a Partial View