Click or drag to resize

AppContextExtensions Methods

The AppContextExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBootstrapVersion
Returns the current Bootstrap version. For example, if the current version is 3.3.6 then this method returns 336. If it was version 4.1.3 then this method returns 413.
Public methodStatic memberLogNextMapperSource
Extension method to IAppContext object to set a one-time-use logSource to be used on the next IMapper Init().
Public methodStatic memberUIStyle
Gets the AppUIStyle application UI style.
Public methodStatic memberUseBootstrap
Determines of this is a Bootstrap-based application. Note that currently this determination is based on whether or not bootstrap.master is set as the MasterPageFile.
Top
See Also