摘要:
#region Encode/Decodepublic static string HtmlDecode( String textToFormat ){if ( IsNullorEmpty ( textToFormat ) )return textToFormat;return System.Web.HttpUtility.HtmlDecode ( textToFormat );}public static string HtmlEncode( String textToFormat ){if ( IsNullorEmpty ( textToFormat ) )return textToFor 阅读全文
posted @ 2012-02-16 09:48
周正明
阅读(201)
评论(0)
推荐(0)