C# Class Piranha.Web.Handlers.ContentHandler

Request handler for content.
Inheritance: IRequestHandler
Afficher le fichier Open project: PiranhaCMS/Piranha

Méthodes publiques

Méthode Description
HandleRequest ( HttpContext context ) : void

Handles the current request.

Méthodes protégées

Méthode Description
HandleRequest ( HttpContext context, bool draft ) : void

Handles the current request.

Private Methods

Méthode Description
GetPermalink ( string str, int &width, int &height ) : string

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

Method Details

HandleRequest() public méthode

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

HandleRequest() protected méthode

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
Résultat void