Click or drag to resize
WebEnvironmentInitializer Class
Class is responsible for initializing website environment.
Inheritance Hierarchy
SystemObject
  CMS.AspNet.PlatformWebEnvironmentInitializer

Namespace: CMS.AspNet.Platform
Assembly: CMS.AspNet.Platform (in CMS.AspNet.Platform.dll) Version: 12.0.0
Syntax
C#
public static class WebEnvironmentInitializer

The WebEnvironmentInitializer type exposes the following members.

Methods
  NameDescription
Public methodStatic memberSetUp Obsolete.
Methods sets properties IsWebSite, ApplicationPath and WebApplicationPhysicalPath by values provided by HttpRuntime implementation.
Top
See Also