Urdl C++ Library

PrevUpHomeNext
url::fragment

Gets the fragment component of the URL.

std::string fragment() const;

Return Value

A string containing the fragment of the URL.


PrevUpHomeNext