Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.IYetaWFContainer<TYPE> Interface

This interface is implemented by components which act as containers for other components.

Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Syntax

public interface IYetaWFContainer<TYPE>;

Methods

PublicIncludeAsyncCalled by the framework when the component is used so the component can add component specific addons.
PublicRenderContainerAsyncCalled by the framework when the component needs to be rendered as HTML.

See Also YetaWF.Core Overview