Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.IYetaWFView<TMODULE,TMODEL> Interface

This interface is implemented by views. The framework calls the RenderViewAsync method to render the view.

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

Syntax

public interface IYetaWFView<TMODULE,TMODEL>;

Methods

PublicRenderViewAsyncRenders the view.

See Also YetaWF.Core Overview