获取南希的操作系统/平台

发布于 2024-12-18 08:12:03 字数 66 浏览 0 评论 0原文

Nancyfx 中有类似的“平台”吗?

在 asp.net 中我可以执行以下操作: 请求.浏览器.平台

Is there an equivalent of the 'Platform' in Nancyfx?

In as asp.net I can do the following:
Request.Browser.Platform

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

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

发布评论

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

评论(1

时光与爱终年不遇 2024-12-25 08:12:03

目前还没有任何开箱即用的东西,但您可以访问标头,以便您可以自己解析它。

您应该解析可以从 Request.Headers["User-Agent"] 读取的 User-Agent HTTP 标头。您可以为其添加扩展方法,或者在 Request 上添加扩展方法em>

如果您创建了可重用的东西,那么请考虑将其贡献给框架,

谢谢!

Nothing out of the box right now, but you have access to the headers so you could parse it out of it yourself.

You should parse the User-Agent HTTP header that you can read from Request.Headers["User-Agent"] .. you could add an extension method for it, or on Request

If you create something reusable then please consider contirbuting it back to the framework

Thanks!

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