cef_resolve_url

Combines specified |base_url| and |relative_url| into |resolved_url|. Returns false (0) if one of the URLs is NULL or invalid.

version(cef && embedded_cef_bindings)
extern (C)
int
cef_resolve_url
(
const(cef_string_t)* base_url
,
const(cef_string_t)* relative_url
,
cef_string_t* resolved_url
)

Meta