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

    Show / Hide Table of Contents

    Interface 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)

    Namespace: ToSic.Sxc.Web
    Assembly: ToSic.Sxc.dll
    Syntax
    [InternalApi_DoNotUse_MayChangeWithoutNotice("Helper to ensure that code providing an IHtmlString will work on .net Framework and .net Standard")]
    public interface IHybridHtmlString : IHtmlString
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX