C# 클래스 Castle.MonoRail.Framework.LocalizationFilterAttribute

상속: FilterAttribute
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
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.

메소드 상세

LocalizationFilterAttribute() 공개 메소드

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
리턴 System

LocalizationFilterAttribute() 공개 메소드

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.
리턴 System