[Modify] Remove it
This commit is contained in:
parent
c57f1dc134
commit
cd0f065786
@ -768,15 +768,6 @@ namespace WebSocketSharp.Net
|
|||||||
output.Write (htmlEncode (s, true));
|
output.Write (htmlEncode (s, true));
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Decodes an HTML-encoded <see cref="string"/> and returns the decoded <see cref="string"/>.
|
|
||||||
/// </summary>
|
|
||||||
/// <returns>
|
|
||||||
/// A <see cref="string"/> that represents the decoded string.
|
|
||||||
/// </returns>
|
|
||||||
/// <param name="s">
|
|
||||||
/// A <see cref="string"/> to decode.
|
|
||||||
/// </param>
|
|
||||||
public static string HtmlDecode (string s)
|
public static string HtmlDecode (string s)
|
||||||
{
|
{
|
||||||
if (s == null)
|
if (s == null)
|
||||||
|
Loading…
Reference in New Issue
Block a user