HttpUtility.UrlKeyValueEncode 方法
將編碼指定的 URL 查詢字串索引鍵或值。
多載清單
名稱 | 描述 | |
---|---|---|
![]() ![]() |
UrlKeyValueEncode(Guid) | 使用 URL 查詢字串中的 GUID,將編碼。 |
![]() ![]() |
UrlKeyValueEncode(Int32) | 將編碼整數索引鍵或使用 URL 查詢字串中的值。 |
![]() ![]() |
UrlKeyValueEncode(String) | 編碼使用 URL 查詢字串中的字串。 |
![]() ![]() |
UrlKeyValueEncode(String, TextWriter) | 編碼指定的 URL 查詢字串索引鍵或值,並將其附加至指定的輸出資料流。 |
![]() ![]() |
UrlKeyValueEncode(String, String) | 將編碼的字串索引鍵和用於 URL 查詢字串中的值。 |
![]() ![]() |
UrlKeyValueEncode(String, String, TextWriter) | 將編碼的字串索引鍵和用於 URL 查詢字串中的值,然後將其附加至指定的輸出資料流。 |
頁首