gpt4 book ai didi

asp.net-mvc - 从 Controller 获取基本 URL 的最佳方法是什么

转载 作者:行者123 更新时间:2023-12-04 16:40:50 24 4
gpt4 key购买 nike

在我的 Controller 中,我将如何获得基本 URL。

例如,如果我的网址是:

http://www.mysite.com/MyController/MyAction

我想要一个返回的函数:
http://www.mysite.com

最佳答案

我用:

Request.Url.GetLeftPart(UriPartial.Authority);

关于asp.net-mvc - 从 Controller 获取基本 URL 的最佳方法是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8638962/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com