Table of Contents

Interface IIsUnknown

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

Marks un-implemented objects like SiteUnknown etc.

[InternalApi_DoNotUse_MayChangeWithoutNotice]
public interface IIsUnknown

Remarks

Such objects are similar to Mock objects, but they are registered in DI to be used (and warn) if no implementation was provided. This will often reduce functionality if such objects are found.