C# Class Epiworx.Silverlight.Helpers.CookieHelper

Afficher le fichier Open project: mattruma/epiworx-csla

Méthodes publiques

Méthode 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 méthode

public static Delete ( string key ) : void
key string
Résultat void

Exists() public static méthode

public static Exists ( string key, string value ) : bool
key string
value string
Résultat bool

Read() public static méthode

public static Read ( string key ) : string
key string
Résultat string

Write() public static méthode

public static Write ( string key, string value, int expireDays ) : void
key string
value string
expireDays int
Résultat void