C# 클래스 Epiworx.Silverlight.Helpers.CookieHelper

파일 보기 프로젝트 열기: mattruma/epiworx-csla

공개 메소드들

메소드 설명
Delete ( string key ) : void
Exists ( string key, string value ) : bool
Read ( string key ) : string
Write ( string key, string value, int expireDays ) : void

메소드 상세

Delete() 공개 정적인 메소드

public static Delete ( string key ) : void
key string
리턴 void

Exists() 공개 정적인 메소드

public static Exists ( string key, string value ) : bool
key string
value string
리턴 bool

Read() 공개 정적인 메소드

public static Read ( string key ) : string
key string
리턴 string

Write() 공개 정적인 메소드

public static Write ( string key, string value, int expireDays ) : void
key string
value string
expireDays int
리턴 void