Class DotNetNukeContext
Inheritance
DotNetNukeContext
Assembly: DotNetNuke.dll
Syntax
public class DotNetNukeContext : IDnnContext
Constructors
DotNetNukeContext()
Declaration
[Obsolete("Deprecated in DotNetNuke 9.7.1. This constructor has been replaced by parameterized public constructor which is designed to be used with Dependency Injection. Resolve the new interface 'DotNetNuke.Abstractions.IDnnContext' instead. Scheduled removal in v11.0.0.")]
protected DotNetNukeContext()
DotNetNukeContext(IApplicationInfo)
Declaration
public DotNetNukeContext(IApplicationInfo applicationInfo)
Parameters
DotNetNukeContext(Application)
Declaration
[Obsolete("Deprecated in DotNetNuke 9.7.1. This constructor has been replaced by the overload taking an IApplicationInfo, which should be resolved via Dependency Injection. Scheduled removal in v11.0.0.")]
protected DotNetNukeContext(Application application)
Parameters
Properties
Application
Declaration
public Application Application { get; }
Property Value
ContainerEventListeners
Declaration
public IList<ContainerEventListener> ContainerEventListeners { get; }
Property Value
Current
Declaration
public static DotNetNukeContext Current { get; set; }
Property Value
SkinEventListeners
Declaration
public IList<SkinEventListener> SkinEventListeners { get; }
Property Value
Implements
Extension Methods