uri::validate 方法

驗證字串為 URI。

_ASYNCRTIMP static bool __cdecl validate(
   const utility::string_t &uri_string
);

參數

  • uri_string
    要驗證的 uri 字串。

傳回值

如果指定字串表示 URI,則為 true,否則為 false

需求

**標頭:**base_uri.h

**命名空間:**web::http

請參閱

參考

uri 類別