Set "URL" to link escaping the value if needed.
auto df = new DesktopFile(iniLikeStringReader("[Desktop Entry]\nType=Link\nURL=https://github.com/")); assert(df.url() == "https://github.com/");
See Implementation
Set "URL" to link escaping the value if needed.