Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.IYetaWFComponent<TYPE> Interface

This interface is implemented by components.

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

Syntax

public interface IYetaWFComponent<TYPE>;

Methods

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

See Also YetaWF.Core Overview