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.
我正在考虑将现有的 ASP.NET MVC3 应用程序移植到 Nancy 上。
该应用程序目前大量使用 html 帮助程序扩展 RenderAction。
我不知道如何在 Nancy 中复制这种行为。有任何想法吗?
它不支持开箱即用 - 虽然它是可能的,但它也将是一个合理的工作量,并且需要您对 Nancy 实施的胆量有相当多的了解。我们支持渲染部分,但不重新运行整个请求堆栈(这基本上是 RenderAction 所做的)。