Table of Contents

Class OutputFragment

Namespace
ToSic.Sxc.Render.Output.Sys
Assembly
ToSic.Sxc.Engines.dll
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public record OutputFragment : IEquatable<OutputFragment>
Inheritance
object
OutputFragment
Implements
Derived

Properties

ExceptionsOrNull

public List<Exception>? ExceptionsOrNull { get; init; }

Property Value

List<Exception>

Html

public required string Html { get; init; }

Property Value

string