C# Class afung.MangaWeb3.Server.Handler.AdminCollectionsDeleteRequestHandler

Inheritance: HandlerBase
显示文件 Open project: a-fung/MangaWeb3

Public Methods

Method Description
HandleRequest ( string jsonString, AjaxBase ajax ) : void

Protected Methods

Method Description
GetHandleRequestType ( ) : Type

Method Details

GetHandleRequestType() protected method

protected GetHandleRequestType ( ) : Type
return System.Type

HandleRequest() public method

public HandleRequest ( string jsonString, AjaxBase ajax ) : void
jsonString string
ajax AjaxBase
return void