xtd 0.2.0
uri_format.h File Reference
#include "enum.h"

Definition

Contains xtd::uri_format enum.

Include dependency graph for uri_format.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 

Enumerations

enum  xtd::uri_format {
  xtd::uri_format::safe_unescaped = 0,
  xtd::uri_format::unescaped = 1,
  xtd::uri_format::uri_escaped = 2
}
 Controls how URI information is escaped. More...