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