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.
我确实喜欢 NancyFX 错误自定义页面。不幸的是,除了错误之外,紧急客户不希望看到绿色怪物。有没有办法从几乎完美的 nancyfx 错误消息页面中删除图像?
您通过返回响应来实现IStatusCodeHandler并处理您想要的状态代码(如 404 和 500)。如果您需要渲染视图,请依赖IViewRenderer并关闭你去=)
IStatusCodeHandler
IViewRenderer