C# 클래스 Phun.Templating.PhunRequest

Phun request object.
상속: IRequest
파일 보기 프로젝트 열기: noogen/phuncms

공개 메소드들

메소드 설명
PhunRequest ( System.Web.HttpContextBase context ) : System.IO

Initializes a new instance of the PhunRequest class.

getContent ( ) : string

Gets the content.

getCookie ( string name ) : string

Sets the cookie.

getForm ( string name ) : string

Gets the form value.

getHeader ( string name ) : string

Gets the header.

getQuery ( string name ) : string

Gets the query.

메소드 상세

PhunRequest() 공개 메소드

Initializes a new instance of the PhunRequest class.
public PhunRequest ( System.Web.HttpContextBase context ) : System.IO
context System.Web.HttpContextBase The context.
리턴 System.IO

getContent() 공개 메소드

Gets the content.
public getContent ( ) : string
리턴 string

getCookie() 공개 메소드

Sets the cookie.
public getCookie ( string name ) : string
name string The name.
리턴 string

getForm() 공개 메소드

Gets the form value.
public getForm ( string name ) : string
name string The name.
리턴 string

getHeader() 공개 메소드

Gets the header.
public getHeader ( string name ) : string
name string The name.
리턴 string

getQuery() 공개 메소드

Gets the query.
public getQuery ( string name ) : string
name string The name.
리턴 string