C# Class Carrotware.CMS.Core.VirtualFileSystem

Inheritance: IHttpHandler, IRequiresSessionState
Mostrar archivo Open project: ninianne98/CarrotCakeCMS Class Usage Examples

Public Methods

Method Description
ProcessRequest ( HttpContext context ) : void

Protected Methods

Method Description
hand_PreRenderComplete ( object sender, EventArgs e ) : void

Private Methods

Method Description
RewriteCMSPath ( HttpContext context, string sTmplateFile, string sQuery ) : void

Method Details

ProcessRequest() public method

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

hand_PreRenderComplete() protected method

protected hand_PreRenderComplete ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void