奇怪的控制器名称内容

发布于 2024-10-05 02:53:46 字数 330 浏览 3 评论 0原文

我正在使用自己的控制器工厂,有时在函数中的

public IController CreateController(RequestContext requestContext, string controllerName)

controllerName参数中分配了值“Content”,但我在 CompositionContainer 中找不到该值。 这就是为什么我有两个问题:

  1. 什么是“内容”,我如何过滤它?

  2. 是否有一些同样好的示例来展示如何正确重写 CreateController?

I am using my own controller factory and sometimes in function

public IController CreateController(RequestContext requestContext, string controllerName)

controllerName parameter assigned with value "Content" which I can't find in my CompositionContainer.
That's why I have 2 question:

  1. What is "Content" how can I filter it?

  2. Is there some same good sample to show how to correctly override CreateController?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

故笙诉离歌 2024-10-12 02:53:46

1) 什么是“内容”,我如何过滤它?

可能向 /Content/Foo 发出了请求

2)是否有一些同样好的示例来展示如何正确重写 CreateController?

有许多示例展示了如何使用不同的 DI 框架来完成此操作。这是使用 StructureMap 的示例实现

1) What is "Content" how can i filter it?

Maybe a request was made to /Content/Foo

2) Is there some same good sample to show how to correctly override CreateController?

There are many examples out there showing how this could be done with different DI frameworks. Here's a sample implementation with StructureMap.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文