SPEncode.WriteNoEncodeWithQuote Method
Include Protected Members
Include Inherited Members
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