C# 클래스 Sdl.Web.Mvc.Configuration.WebRequestContext

Container for request level context data, wraps the HttpContext.Items dictionary, which is used for this purpose
파일 보기 프로젝트 열기: sdl/dxa-web-application-dotnet

Private Properties

프로퍼티 타입 설명
GetIsDeveloperMode bool

보호된 메소드들

메소드 설명
AddToContextStore ( string key, object value ) : object
CalculateScreenWidth ( ) : ScreenWidth
GetCurrentLocalization ( ) : Sdl.Web.Common.Configuration.Localization
GetFromContextStore ( string key ) : object

비공개 메소드들

메소드 설명
GetIsDeveloperMode ( ) : bool

메소드 상세

AddToContextStore() 보호된 정적인 메소드

protected static AddToContextStore ( string key, object value ) : object
key string
value object
리턴 object

CalculateScreenWidth() 보호된 정적인 메소드

protected static CalculateScreenWidth ( ) : ScreenWidth
리턴 ScreenWidth

GetCurrentLocalization() 보호된 정적인 메소드

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

GetFromContextStore() 보호된 정적인 메소드

protected static GetFromContextStore ( string key ) : object
key string
리턴 object