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.
Validates a string as a uri.
_ASYNCRTIMP static bool __cdecl validate(
const utility::string_t &uri_string
);
Parameters
- uri_string
The uri string to be validated.
Return Value
true if the given string represents a valid URI, false otherwise.
Requirements
Header: base_uri.h
Namespace: web::http