At the moment, even if command() is defined, if you put a hyperlink in the command bar and hit enter, command() will not be called; and instead, your internet browser will come up opening the link for you
If you wanted to define links in command() for some other purpose than to view that link, it is currently impossible. Could this be changed?
|
||||||||||||||||||||||||||||||||||||||||||||
There's no reason you would want to use links in Command() because of the aforementioned explanations of what links are supposed to do and how they are not commands.
If you wanted to do something related to a URL of some sort and have it for some reason intercepted server-side as an argument, you could simply format the URL as a command instead of as a link. Better yet, you could format it as an argument to a verb instead of most likely improperly resorting to using Command().
No need for it to be, neither would a change like this make a lot of sense.