SPEncode.WriteNoEncodeWithQuote method
Include protected members
Include inherited members
適用於沒有編碼方式指定的十進位、 整數或字串值,並在引號中寫入 HTTP 輸出內容資料流的值。
Overload list
Name | Description | |
---|---|---|
![]() ![]() |
WriteNoEncodeWithQuote(HttpResponse, Decimal, Char) | 套用至指定的十進位值沒有編碼方式,並將值引號括住寫入至 HTTP 輸出內容資料流。 |
![]() ![]() |
WriteNoEncodeWithQuote(HttpResponse, Int32, Char) | 適用於沒有編碼為指定的整數,並將整數引號括住寫入至 HTTP 輸出內容資料流。 |
![]() ![]() |
WriteNoEncodeWithQuote(HttpResponse, String, Char) | 適用於沒有編碼至指定的字串,並將字串引號括住寫入至 HTTP 輸出內容資料流。 |
Top