C# Class Castle.MonoRail.Framework.LocalizationFilterAttribute

Inheritance: FilterAttribute
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
LocalizationFilterAttribute ( ) : System

Defines that you want to use a cookie named "locale", but if that fails it falls back to the client's browser locale.

LocalizationFilterAttribute ( RequestStore store, String key ) : System

Defines a new LocalizationFilter.

Method Details

LocalizationFilterAttribute() public méthode

Defines that you want to use a cookie named "locale", but if that fails it falls back to the client's browser locale.
public LocalizationFilterAttribute ( ) : System
Résultat System

LocalizationFilterAttribute() public méthode

Defines a new LocalizationFilter.
public LocalizationFilterAttribute ( RequestStore store, String key ) : System
store RequestStore Location where the localization parameter is stored.
key String Name of the parameter in the store.
Résultat System