uri::split_path 方法

将路径拆分为其分层组件。

_ASYNCRTIMP static std::vector<utility::string_t> __cdecl split_path(
   const utility::string_t &path
);

参数

  • path
    作为字符串的路径

返回值

std::vector<utility::string_t> 在路径中包含该线段。

要求

**标头:**base_uri.h

**命名空间:**web::http

请参见

参考

uri 类