C# Класс Phun.Templating.PhunRequest

Phun request object.
Наследование: IRequest
Показать файл Открыть проект

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

Метод Описание
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