Is there a spell checker for ASP.NET MVC? [closed]

元气小坏坏 提交于 2019-11-28 23:35:45

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:

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.

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.

RandallTo

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.

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!