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

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

Private Properties

Свойство Type Description
GetIsDeveloperMode bool

Méthodes protégées

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

Private Methods

Méthode Description
GetIsDeveloperMode ( ) : bool

Method Details

AddToContextStore() protected static méthode

protected static AddToContextStore ( string key, object value ) : object
key string
value object
Résultat object

CalculateScreenWidth() protected static méthode

protected static CalculateScreenWidth ( ) : ScreenWidth
Résultat ScreenWidth

GetCurrentLocalization() protected static méthode

protected static GetCurrentLocalization ( ) : Sdl.Web.Common.Configuration.Localization
Résultat Sdl.Web.Common.Configuration.Localization

GetFromContextStore() protected static méthode

protected static GetFromContextStore ( string key ) : object
key string
Résultat object