摘要: Using AntiXss As The Default Encoder For ASP.NET This is the third in a three part series related to HTML encoding blocks, aka the <%: ... %> syntax. 阅读全文
posted @ 2021-03-09 15:28 ChuckLu 阅读(103) 评论(0) 推荐(0)
摘要: What is the difference between AntiXss.HtmlEncode and HttpUtility.HtmlEncode? I don't have an answer specifically to your question, but I would like t 阅读全文
posted @ 2021-03-09 15:25 ChuckLu 阅读(76) 评论(0) 推荐(0)
摘要: Should I use .done() and .fail() for new jQuery AJAX code instead of success and error I have coded like this: $.ajax({ cache: false, url: "/Admin/Con 阅读全文
posted @ 2021-03-09 10:34 ChuckLu 阅读(106) 评论(0) 推荐(0)