C# Class Sdl.Web.Mvc.Configuration.WebRequestContext

Container for request level context data, wraps the HttpContext.Items dictionary, which is used for this purpose
Mostrar archivo Open project: sdl/dxa-web-application-dotnet

Private Properties

Property Type Description
GetIsDeveloperMode bool

Protected Methods

Method Description
AddToContextStore ( string key, object value ) : object
CalculateScreenWidth ( ) : ScreenWidth
GetCurrentLocalization ( ) : Sdl.Web.Common.Configuration.Localization
GetFromContextStore ( string key ) : object

Private Methods

Method Description
GetIsDeveloperMode ( ) : bool

Method Details

AddToContextStore() protected static method

protected static AddToContextStore ( string key, object value ) : object
key string
value object
return object

CalculateScreenWidth() protected static method

protected static CalculateScreenWidth ( ) : ScreenWidth
return ScreenWidth

GetCurrentLocalization() protected static method

protected static GetCurrentLocalization ( ) : Sdl.Web.Common.Configuration.Localization
return Sdl.Web.Common.Configuration.Localization

GetFromContextStore() protected static method

protected static GetFromContextStore ( string key ) : object
key string
return object