Online Documentation
- Introducing ASPSpellCheck
- Introduction to ASPSpellCheck
- What's New
- Getting Started
- Installation and Settings
- Installation Process
- Compatibility
- Installing Dictionaries
- Your Custom Dictionary
- Enforcing Spelling Corrections
- The Settings File
- Usage
- Basics
- ASPSpellLink Class
- Properties
- caseSensitive
- checkGrammar
- dictionary
- dialogLanguage
- doneMessage
- externalCSS
- fields
- hideSummary
- ignoreAllCaps
- ignoreNumbers
- ignoreWebAddresses
- javaScriptCallback
- newSentanceOnEachNewLine
- useSession
- ASPSpellPath
- Methods
- buttonHTML
- buttonXHTML
- imageButtonHTML
- imageButtonXHTML
- linkHTML
- spellingCheck
- spellingSuggestions
- url
- Notes for Advanced Developers
- ASP.Net Compatibility
- Caching
- Examples
- Basic SpellCheck
- Server Side Spellchecking
- Language Variants
- Submitting a Form
- Rich Editors
- Licenses & Registration
- Free Trial
- Registering
- License Agreement
ASPSpellLink.ASPSpellPath
This property is used to set the full path to the ASPSpellCheck directory within your site. It should be used as an absolute path with respect to the root of your website.
ASPSpellLink.ASPSpellPath is a string.
The default value of ASPSpellLink.ASPSpellPath is "/ASPSpellCheck/".
This property need only be set if this is not the full path to the folder in which you installed ASPSpellCheck.
Example
If you installed ASPSpellCheck in the directory "/Components/ASP/ASPSpellCheck/" then an example usage might be:
Sub Header
If you installed ASPSpellCheck in the directory "/Components/ASP/ASPSpellCheck/" then an example usage might be:
