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