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

    Show / Hide Table of Contents

    Namespace ToSic.Sxc.Web

    This contains stuff that are specific to 2sxc for all web platforms (Dnn, NopCommerce, Oqtane, etc.)

    Basically it's the CMS parts, without being specific to Dnn implementations.

    Interfaces

    IHybridHtmlString

    Implementation of IHtmlString in both .net Framework and .net Standard.

    This means that any such object will automatically be Raw output if used as @SomeHybridHtmlString so it's the same as Html.Raw(normalString)

    • Improve this Doc
    Back to top Generated by DocFX