I don't think title is making any sense, so I hope that I can explain it well enough.
I have Controler Item with Action EditItem. EditItem is routed to from many places, such as
/Item/Browse/ByCategory
/Item/Browse/ByType
/Item/Browse/ByWhatever
What I'd really like is to return the user to page from where he clicked Edit on an item.
I know I can do this by passing an ?ReturnUrl parameter for EditItem action, but I keep wondering, is it possible to find out from where did user came from, something like referer...