重写System.Web.Mvc.ViewMasterPage,在哪里调用从缓存中抓取?
我需要从 HttpCOntext.Items 请求缓存中获取一个值,我应该在哪里执行此操作?
是否有我应该重写的特定事件或构造函数?
I need to grab a value from the HttpCOntext.Items request cache, where should I do this?
Is there a particular event or contsructor I should override?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ViewMasterPage是Control的子类; 您应该能够在正常的页面事件周期中获取它:
ViewMasterPage is a subclass of Control; and you should be able to get at it in the normal page event cycle: