Home | Libraries | People | FAQ | More |
Return the fragment.
pct_string_view encoded_fragment() const;
This function returns the fragment as a string.
assert( url_view( "http://www.example.com/index.htm#a%2D1" ).encoded_fragment() == "a%2D1" );
Constant.
Throws nothing.
fragment = *( pchar / "/" / "?" ) pchar = unreserved / pct-encoded / sub-delims / ":" / "@"