我有一条路线
http://www.domain.com/Test/12345678
这指向
http://www.domian.com/SomeArea/SomeController/SomeAction?customerId=12345678
- Request.RawUrl 给出的路径为http://www.domain.com/Test/12345678
- Request.Url.AbsolutePath 给出的路径为 /Test/12345678
- Request.Url.LocalPath 给出的路径为 /Test/12345678
- Request.Url.AbsoluteUri 给出的路径为http://www.domain.com/Test/12345678
那么,我如何获得当前显示为的实际页面路径:
/SomeArea/SomeController/SomeAction