Property | Type | Description | |
---|---|---|---|
GetIsDeveloperMode | bool |
Method | Description | |
---|---|---|
AddToContextStore ( string key, object value ) : object | ||
CalculateScreenWidth ( ) : ScreenWidth | ||
GetCurrentLocalization ( ) : Sdl.Web.Common.Configuration.Localization | ||
GetFromContextStore ( string key ) : object |
Method | Description | |
---|---|---|
GetIsDeveloperMode ( ) : bool |
protected static AddToContextStore ( string key, object value ) : object | ||
key | string | |
value | object | |
return | object |
protected static CalculateScreenWidth ( ) : ScreenWidth | ||
return | ScreenWidth |
protected static GetCurrentLocalization ( ) : Sdl.Web.Common.Configuration.Localization | ||
return | Sdl.Web.Common.Configuration.Localization |
protected static GetFromContextStore ( string key ) : object | ||
key | string | |
return | object |