C# Class DV_Enterprises.Web.Core.Impl.WebContext

Inheritance: IWebContext
Exibir arquivo Open project: negonicrac/seniorproject2009

Public Methods

Method Description
ContainsInSession ( string key ) : bool

Private Methods

Method Description
GetFromSession ( string key ) : object
GetQueryStringValue ( string key ) : string
SetInSession ( string key, object value ) : void

Method Details

ContainsInSession() public method

public ContainsInSession ( string key ) : bool
key string
return bool