asp .net mvc 得到用戶IP

string strHostName = System.Net.Dns.GetHostName();
//clientIPAddress是一個數組,可能有多個數據
var clientIPAddress = System.Net.Dns.GetHostAddresses(strHostName);
string clientip = clientIPAddress.GetValue(0).ToString();

示例代碼

示例代碼git

參考資料

Find Client IP Address And Location in ASP.NETgithub

相關文章
相關標籤/搜索