敏感词过滤

敏感词过滤 版本:1.0.0

应用价格: 免费
使用期限: 永久
安装条件: 商业用户
新手入门: 安装教程
应用介绍 版本更新

功能介绍:敏感词过滤插件,主要用于政务网站非法关键词过滤。

内置扩展方法:

Html.KeywordFilter(string content)

内容页面模板调用演示:

1、给模板中新闻内容敏感词过滤。

@{
 var infoData = Html.InfoData();
 string content=infoData.Content;
}

<div>@Html.Raw(Html.KeywordFilter(content))</div>
或
<div>@Html.Raw(Html.KeywordFilter((string)infoData.Content))</div>

Html.Raw()作用是禁止对html内容进行转码。

内容页数据调用教程参考:http://www.pageadmin.net/help/39.cshtml

06

2020-04

版本号:1.0.0
发布1.0.0版本
购买说明:

1. 所有插件必须经过商业授权的网站才能安装使用,购买后提供的售后服务器期限默认为1年。

2. 使用中遇到Bug、错误、改进建议等可通过工单或官方论坛提交。