In .NET 4.0, whats the equivalent function to IO.Path.GetFileName for urls?
IO.Path.GetFileName
There are many ways, the main being described here Baqsically exploiting the Uri class, and maybe string tokeniztion if needed.