C# Class Piranha.Web.Handlers.ContentHandler

Request handler for content.
Inheritance: IRequestHandler
Mostra file Open project: PiranhaCMS/Piranha

Public Methods

Method Description
HandleRequest ( HttpContext context ) : void

Handles the current request.

Protected Methods

Method Description
HandleRequest ( HttpContext context, bool draft ) : void

Handles the current request.

Private Methods

Method Description
GetPermalink ( string str, int &width, int &height ) : string

Parses the media permalink and optional dimensions from the given string.

Method Details

HandleRequest() public method

Handles the current request.
public HandleRequest ( HttpContext context ) : void
context System.Web.HttpContext The current context
return void

HandleRequest() protected method

Handles the current request.
protected HandleRequest ( HttpContext context, bool draft ) : void
context System.Web.HttpContext The current context
draft bool Whether to get the draft or not
return void