C# Class DotNetNuke.Modules.Xml.Download

Inheritance: IHttpHandler
Mostra file Open project: DNNCommunity/DNN.XML

Public Methods

Method Description
ProcessRequest ( HttpContext context ) : void

Private Methods

Method Description
RenderToResponseStream ( HttpResponse response, XmlBaseController baseController ) : void
ShowSource ( HttpResponse response, int moduleId, int portalId, Hashtable settings ) : void

Method Details

ProcessRequest() public method

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