Starts spell checking the given HTML string.
Namespace:
C1.Win.C1SpellAssembly: C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)
Syntax
C# |
---|
public string CheckHTMLString( string htmlStr, BadWordDialogEnum dialog ) |
Visual Basic (Declaration) |
---|
Public Function CheckHTMLString ( _ htmlStr As String, _ dialog As BadWordDialogEnum _ ) As String |
Parameters
- htmlStr
- Type: System..::.String
HTML string to check.
- dialog
- Type: C1.Win.C1Spell..::.BadWordDialogEnum
The BadWordDialogEnum object that represents whether the bad-word dialog will be used and the language that should be used to display it.
Return Value
Checked string.
Remarks
Use the LastSpellError property and the SpellError event to find out the occurred errors.
All text inside the HTML tags will be skipped during spell checking.