Table of Contents

Class HelperBase

Namespace
ToSic.Sys.Services
Assembly
ToSic.Sys.Core.dll

Main base class for most helpers which don't use Dependency Injection.

[InternalApi_DoNotUse_MayChangeWithoutNotice]
public abstract class HelperBase : IHasLog
Inheritance
object
HelperBase
Implements
Derived

Remarks

These are mainly classes that are SoC helpers which cover one single aspect used in another service. They are not meant for DI, so the parent logger should be included in the initial call.