I want to use the URL of the current page on all my pages on my site to create a link.
I can do the following in my controller:
Http.Request.current().getBase() + Http.Request.current().url;
But how can I do this? Is there a direct way?
playframework
KenichiYamamoto
source share