C# 클래스 Piranha.Web.Handlers.ContentHandler

Request handler for content.
상속: IRequestHandler
파일 보기 프로젝트 열기: PiranhaCMS/Piranha

공개 메소드들

메소드 설명
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