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.
我有一个问题,其中我有一个具有列服务器名称的表。我将服务器名称作为参数传递给将更新此表的存储过程。请告诉我,我应该如何在ASP.NET MVC3运行哪个站点的代码中获取此服务器名称?
ASP.NET MVC3
你可以从那里Request.Url.Host或附近的某个地方得到它。即:将 URL 解析为部分。
Request.Url.Host