Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Set the fragment component of the URI.
uri_builder & set_fragment(
const utility::string_t &fragment,
bool do_encoding = false
);
Parameters
fragment
Fragment as a decoded string.do_encoding
Specify whether to apply URI encoding to the given string.
Return Value
A reference to this uri_builder to support chaining.
Requirements
Header: uri_builder.h
Namespace: web::http