UriFormat 列挙体
アセンブリ: System (system.dll 内)

Public Enumeration UriFormat

メンバ名 | 説明 | |
---|---|---|
![]() | SafeUnescaped | 要求された URI コンポーネントで意味が予約されている文字は、エスケープされます。その他は、すべてエスケープされません。解説を参照してください。 |
![]() | Unescaped | エスケープは実行されません。 |
![]() | UriEscaped | RFC 2396 の規則に基づいて、エスケープが実行されます。 |

この列挙体は、返される URI でエスケープする文字のレベルを指定するために、GetComponents メソッドで使用されます。
RFC 2396 では、URI の標準のエスケープ方法を定義しています。この RFC については、http://rfc-editor.org を参照してください。
SafeUnescaped を指定すると、要求した UriComponents で文字 "%"、"#"、"?"、"/"、"\"、および "@" に意味が予約されている場合に、これらの文字がエスケープされます。

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- UriFormat 列挙体のページへのリンク