C# Class Phun.Templating.PhunRequest

Phun request object.
Inheritance: IRequest
Afficher le fichier Open project: noogen/phuncms

Méthodes publiques

Méthode Description
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.

Method Details

PhunRequest() public méthode

Initializes a new instance of the PhunRequest class.
public PhunRequest ( System.Web.HttpContextBase context ) : System.IO
context System.Web.HttpContextBase The context.
Résultat System.IO

getContent() public méthode

Gets the content.
public getContent ( ) : string
Résultat string

getCookie() public méthode

Sets the cookie.
public getCookie ( string name ) : string
name string The name.
Résultat string

getForm() public méthode

Gets the form value.
public getForm ( string name ) : string
name string The name.
Résultat string

getHeader() public méthode

Gets the header.
public getHeader ( string name ) : string
name string The name.
Résultat string

getQuery() public méthode

Gets the query.
public getQuery ( string name ) : string
name string The name.
Résultat string