Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Splits a path into its hierarchical components.
_ASYNCRTIMP static std::vector<utility::string_t> __cdecl split_path(
const utility::string_t &path
);
Parameters
- path
The path as a string
Return Value
A std::vector<utility::string_t> containing the segments in the path.
Requirements
Header: base_uri.h
Namespace: web::http