SPHttpUtility.WriteAddQuote method
Overload list
Name | Description | |
---|---|---|
WriteAddQuote(String, Page) | Add a quote character quote around a given string, send it to TextWriter output stream. This function is a wrapper for AddQuote that takes a Page instead of a TextWriter for an argument. | |
WriteAddQuote(String, Char, Page) | Add a quote character quote around a given string, send it to TextWriter output stream. This function is a wrapper for AddQuote that takes a Page instead of a TextWriter for an argument. |
Top