C# Class N2.Management.Content.Activity.Notify

Summary description for Notify
Inheritance: IHttpHandler
ファイルを表示 Open project: bherila/n2cms

Public Methods

Method Description
ProcessRequest ( HttpContext context ) : void

Private Methods

Method Description
NotifyEditing ( IEngine engine, System.Web.HttpContextWrapper context ) : void
NotifyViewing ( IEngine engine, System.Web.HttpContextWrapper context ) : void

Method Details

ProcessRequest() public method

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