C#html拼写检查 [英] C# html spell checker

查看:68
本文介绍了C#html拼写检查的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我有一个winform应用程序,它实现了webbrowser控件来创建和格式化电子邮件的html文本。我需要的是一个拼写检查器,它可以检查文本的正文并查找拼写错误,同时忽略标签,但也可以维护它们。



任何人都可以提出任何适合的建议我的需求?



谢谢

Carl

解决方案





WPF拼写检查: http://msdn.microsoft.com/en-us/library/system.windows.controls.spellcheck(v = vs.110).aspx [ ^ ]



拼写检查C#: SpellCheck.net拼写检查使用C#解析 [ ^ ]



一些好的Lib: http://nhunspell.sourceforge.net/ [ ^ ] < br $> b $ b

& http://aspell-net.sourceforge.net/ [ ^ ]


从浏览器控件中提取和拼写检查html是路上的第一步地狱。

可能的方法是通过js将拼写检查直接放在html中

http://www.javascriptspellcheck.com/ [ ^ ]

Hi guys,

I have a winform application which implements the webbrowser control to create and format html text for emails. What i need is a spell checker that can check the body of the text and find spelling mistakes whilst ignoring tags but also maintaining them.

Can anyone suggest anything that will suit my needs?

Thanks
Carl

解决方案

Hi,

WPF Spell Check : http://msdn.microsoft.com/en-us/library/system.windows.controls.spellcheck(v=vs.110).aspx[^]

Spell Check C# : SpellCheck.net spell checking parsing using C#[^]

Some Good Lib : http://nhunspell.sourceforge.net/[^]

& http://aspell-net.sourceforge.net/[^]


extract and spell check the html from the browser control is the first step on the road to hell.
probably the way is to put the spell checking directly inside the html via js
http://www.javascriptspellcheck.com/[^]


这篇关于C#html拼写检查的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆