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.
我将在我的应用程序的所有页面中都有一个用户菜单。该菜单将包含来自数据库的一些逻辑和数据。我的问题是:导航菜单在我共享的 _Layout.cshtml 上,我需要在这背后应用一些逻辑。那么,我该怎么做呢?我可以创建一个“MasterPageController”吗?
提前致谢。
您可以使用@Html.RenderAction或@Html.Action从您的_Layout.chsml, 并专门为您的共享组件创建一个控制器/操作。有关更多详细信息,请参见此处。
@Html.RenderAction
@Html.Action
_Layout.chsml