私はルートを持っています
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