Added by ronald viscarra about 10 years ago
Hi, I wondering if it's possible to handle a resource without having to use an anchor or button with setLink. As send it to browser for some other code.
Thanks
Sure, a resource has a url: std::string myUrl = r->url();
Wim.
thanks. it works.