Weblink URL value

Hello,
Perhaps I am missing the whole point. I am trying to create a weblink and when the user clicks on it, it will open another page and go to the value that is in that particular weblink.text.

How can I accomplish this without having to put an URL on the inspection pane.

You can set the url in code, but the text and the link are intentionally separate.

But I don’t see a mouse down event

The point of the WebLink control is to be a native browser link. You set the URL, and it behaves like a normal link. There’s no server round trip involved, the user is navigated by the native behavior.

1 Like

Got you!. Thanks, I ended up using a button, then using GotoUrl.