SPEncode.WriteNoEncode method
Applies no encoding to the specified decimal value, integer, or string.
Overload list
Name | Description | |
---|---|---|
WriteNoEncode(HttpResponse, Decimal) | Applies no encoding to the specified decimal value and writes the value to the HTTP output content stream. | |
WriteNoEncode(HttpResponse, Int32) | Applies no encoding to the specified integer and writes the integer to the HTTP output content stream. | |
WriteNoEncode(HttpResponse, String) | Applies no encoding to the specified string and writes the string to the HTTP output content stream. |
Top