Reloading web page with a button click

I want to create a button inside layout which can make a call to callback. This event should reload the current web page. Is it possible with callbacks?

You might be able to update the href property of the dcc.Location component. But why would you want to do this?

I want to know how dash can handle such functionalities. Through callbacks how can I deal with such outputs. But thanks for the answer.