假設網址為 http://localhost/Action/form
使用 Request.Url.AbsoluteUri 得到 http://localhost/Action/form
使用 Request.Url.Segments 得到陣列結果
["/" , "Action/","form"]
如果使用 Request.Url.Segments(Request.Url.Segments.Length - 1) 得到 "form"
沒有留言:
張貼留言