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 web api 为资源生成一个 url。我可以在 ApiController 侧很容易地做到这一点,但是我不在 ApiController 上下文中呢?
漫长的方法是获取请求,从属性集合中挖掘出配置和 RouteData,创建自己的 ControllerContext,然后您可以使用 UrlHelper 到通用 Urls。
可能有更简单的方法,但我还没有找到。