There is no such code that will automatically determine the previous page. You can use
<a href="javascript:history.back();" data-rel="back">back</a>
But problem is if page does postback to itself then it will not work.
Hence instead you should set the Back link individually for each page