C# Класс Piranha.Web.Handlers.ContentHandler

Request handler for content.
Наследование: IRequestHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
HandleRequest ( HttpContext context ) : void

Handles the current request.

Защищенные методы

Метод Описание
HandleRequest ( HttpContext context, bool draft ) : void

Handles the current request.

Приватные методы

Метод Описание
GetPermalink ( string str, int &width, int &height ) : string

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

Описание методов

HandleRequest() публичный Метод

Handles the current request.
public HandleRequest ( HttpContext context ) : void
context System.Web.HttpContext The current context
Результат void

HandleRequest() защищенный Метод

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
Результат void