AUrl#
Uniform Resource Locator implementation.
Header: | #include <AUI/Url/AUrl.h> |
CMake: | aui_link(my_target PUBLIC aui::core) |
Detailed Description#
Handles standard web url (schema://host:port/path).
Empty schema is mapped to the assets file. In example, ":icon.svg" references to icon.svg
file in your assets.
See aui_compile_assets() and examples
of asset usage.