Tag: ASP.NET
All the articles with the tag "ASP.NET".
-
ASP.NET Core 请求路径参考:Path、PathBase 和 URL 拼接
Published: at 09:06 AM理清 ASP.NET Core 中 Request.Path、PathBase、QueryString、GetDisplayUrl 等属性的区别与用法,避免手动拼接 URL 时踩坑。适合需要处理反向代理、子路径部署或生成应用链接的 .NET 开发者。