I do not think you can, but you can pass some code that can be processed in place of what you want to hide.
What is the data that you wish to send, anyway?
EDIT:
Oh, I think I missed your example ("text of the link"). If the text is short, using the query string should work fine. For longer text, you could always use a button styled to appear as a link, I suppose, and thus use a form to send by the post method. Or you can try the "code" method I meant, where you basically map say, a numeric code to whatever data you wish to use.