ASP.NET MVC 有拼写检查器吗?

发布于 2024-09-25 08:31:50 字数 1536 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

傲鸠 2024-10-02 08:31:50

请始终记住,无论您的后端使用什么技术(asp.net MVC),您都在客户端中使用 HTML+CSS+Javascript,因此,任何适用于 Javascript 的拼写检查都会对您有好处。项目。

有多种 Javascript 拼写检查可用,请选择最适合您的一个:

Always keep in mind that no matter what technologies you are using for your backend (asp.net MVC) you are using HTML+CSS+Javascript in the client, so being said that, any spell checked that works with Javascript will be good for your project.

Several Javascript spell checked are available, pick the one that fits you the best:

等往事风中吹 2024-10-02 08:31:50

自我广告:http://forums.asp。 net/t/1519923.aspx/1?Ajax+html+editor+spell+checker

查看上一篇文章,它是针对带有 Razor 视图引擎的 MVC,示例是在 HTML5 中实现的。

Self advertising: http://forums.asp.net/t/1519923.aspx/1?Ajax+html+editor+spell+checker

Check the last post, it's for MVC with Razor view engine and sample is implemented in HTML5.

饮惑 2024-10-02 08:31:50

•jQuery 拼写检查器不是纯客户端代码。它使用 PHP 页面。我知道我和那个人浪费了一个晚上。它说它支持google,但它仍然需要php页面来访问google api。

•jQuery 拼写检查插件
Google 每天的使用次数有限制。每个查询限制为十个单词。如果它是一个小应用程序,那就去吧。

我现在正在查看 jspell。它看起来价格实惠,并声称支持 asp.net。是的,即使那个也不是纯粹的客户端。它使用服务器端页面。

The •jQuery Spell checker is not pure client side code. It uses a PHP page. I know I wasted an evening with that one. It says it supports google but it still needs the php page to access google api.

•jQuery Spell Checked plug-in
Google has a limit of uses per day. And limits to ten words per query. If it is a small app then go for it.

I am checking out jspell now. It looks affordable and says it supports asp.net. Yes even that one is not pure client side. It uses a server side page.

ま柒月 2024-10-02 08:31:50

我发现的唯一不需要 PHP 的基于 javascript 的解决方案是“JavaScript 拼写检查”,它提供了一个与 MVC 兼容的纯 .net 拼写检查器。
http://www.javascriptspellcheck.com

ASPNetSpell 还提供与 MVC 兼容的纯 .net 组件。
http://www.aspnetspell.com/MVCInstallation

完全披露 我曾经工作过作为这两个项目的开发人员。其中 2 个我喜欢 javascriptspellcheck,因为它适用于 Unix 和 Win 托管上的许多不同项目类型。

The only javascript based solution i have found that doesn't require PHP was "JavaScript Spell Check" which offers a pure .net spellchecker which is MVC compatible.
http://www.javascriptspellcheck.com

ASPNetSpell also offer a pure .net component which is MVC compatible.
http://www.aspnetspell.com/MVCInstallation

full disclosure I have worked as a developer on both projects. Of the 2 i like javascriptspellcheck because it works on many of different project types on Unix and also Win hosting.

年华零落成诗 2024-10-02 08:31:50

此页面上的大多数链接都指向后端不使用 .NET 的拼写检查器。我知道 RapidSpell 是基于 JavaScript 的(与 MVC 兼容),但也在服务器上使用 .NET。

https://keyoti.com/products/rapidspell/dotNetWeb/spell-checker.html

Most of the links on this page are to spell checkers that don't use .NET on the back-end. I know RapidSpell is JavaScript based (so compatible with MVC) but also uses .NET on the server.

https://keyoti.com/products/rapidspell/dotNetWeb/spell-checker.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文