I want to pass a value (specifically subdomain value) from action link to a custom subdomain route constraint (implementing IRouteConstraint) in such a way that the value is invisible in url. By passing the value via route value collection I couldnt be able to hide that value from url. It is always visible in url.
So how can I achieve this? Is there another way of passing data so that value is invisible?