I need to implement hash value i.e the Url should look like this:
/home/index/#create
For this have added a route:
You cannot fetch the value after the # symbol on the server simply because this value is never sent to the server. Only client side javascript has access to this so defining routes with hash doesn't make much sense.
#