C# Class TinyMCESpellcheck.Web.SpellCheck

Inheritance: IHttpHandler
Mostra file Open project: fellowshiptech/TinyMCESpellcheck.NET

Private Properties

Property Type Description
GetCheckWordsResponse TinyMCESpellcheck.SpellCheckResultsJson
GetResponse TinyMCESpellcheck.SpellCheckResultsJson
GetSuggestionsResponse TinyMCESpellcheck.SpellCheckResultsJson

Public Methods

Method Description
ProcessRequest ( HttpContext context ) : void

Private Methods

Method Description
GetCheckWordsResponse ( SpellCheckJson sp ) : SpellCheckResultsJson
GetResponse ( SpellCheckBaseClass sp ) : SpellCheckResultsJson
GetSuggestionsResponse ( SpellCheckSuggestionsJson sp ) : SpellCheckResultsJson

Method Details

ProcessRequest() public method

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
return void