コード例 #1
0
ファイル: ShopControl.cs プロジェクト: zwkjgs/LebiShop
        public string RemoveHtml(string strIn)
        {
            strIn = StringTool.FilterAll(strIn);

            return(strIn);
        }