ada_get_hash

Retrieves the hash (fragment) component of a parsed URL. Returns an empty string if the URL is invalid or no hash is present.

extern (C) @nogc nothrow @safe @trusted
ada_get_hash
()

Parameters

result ada_url

The ada_url handle.

Return Value

An ada_string containing the hash.

Meta