C# 클래스 DV_Enterprises.Web.Core.Impl.WebContext

상속: IWebContext
파일 보기 프로젝트 열기: negonicrac/seniorproject2009

공개 메소드들

메소드 설명
ContainsInSession ( string key ) : bool

비공개 메소드들

메소드 설명
GetFromSession ( string key ) : object
GetQueryStringValue ( string key ) : string
SetInSession ( string key, object value ) : void

메소드 상세

ContainsInSession() 공개 메소드

public ContainsInSession ( string key ) : bool
key string
리턴 bool