• Basics
  • Abyss
  • Web APIs
  • C# & Razor
  • .net API
  • JS & TS API

    Show / Hide Table of Contents

    Interface IDnnDynamicCodeAdditions

    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.

    Namespace: ToSic.Sxc.Dnn.Code
    Assembly: ToSic.Sxc.Dnn.Core.dll
    Syntax
    [PublicApi_Stable_ForUseInYourCode]
    public interface IDnnDynamicCodeAdditions

    Properties

    | Improve this Doc View Source

    Dnn

    The DNN context.

    Declaration
    IDnnContext Dnn { get; }
    Property Value
    Type Description
    IDnnContext

    The DNN context.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX