Table of Contents

Interface IHasDnn

Namespace
ToSic.Sxc.Dnn.Code
Assembly
ToSic.Sxc.Dnn.Core.dll

This interface extends the IAppAndDataHelpers with the DNN Context. It's important, because if 2sxc also runs on other CMS platforms, then the Dnn Context won't be available, so it's in a separate interface.

[PublicApi]
public interface IHasDnn

Properties

Dnn

The DNN context. Has various objects to access the Dnn Page, etc.

IDnnContext Dnn { get; }

Property Value

IDnnContext