C# Class Epiworx.Silverlight.Helpers.CookieHelper

Datei anzeigen Open project: mattruma/epiworx-csla

Public Methods

Method Description
Delete ( string key ) : void
Exists ( string key, string value ) : bool
Read ( string key ) : string
Write ( string key, string value, int expireDays ) : void

Method Details

Delete() public static method

public static Delete ( string key ) : void
key string
return void

Exists() public static method

public static Exists ( string key, string value ) : bool
key string
value string
return bool

Read() public static method

public static Read ( string key ) : string
key string
return string

Write() public static method

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