gpt4 book ai didi

asp.net - 如何在 ASP.NET 中获取根域 URI?

转载 作者:行者123 更新时间:2023-12-03 04:56:57 25 4
gpt4 key购买 nike

假设我正在 http://www.foobar.com 托管一个网站。

有没有一种方法可以以编程方式确定我的代码中的“http://www.foobar.com/ ”(即无需在我的网络配置中对其进行硬编码)?

最佳答案

string baseUrl = Request.Url.GetLeftPart(UriPartial.Authority);

Uri::GetLeftPart Method :

The GetLeftPart method returns a string containing the leftmost portion of the URI string, ending with the portion specified by part.

UriPartial Enumeration :

The scheme and authority segments of the URI.

关于asp.net - 如何在 ASP.NET 中获取根域 URI?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1214607/

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