Hide

YetaWF.Core Package Documentation

Display
Print

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

This interface is implemented by views. The framework calls the RenderPartialViewAsync method to render the partial view. A partial view is the portion of the view between <form> and </form> tags.

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

Syntax

public interface IYetaWFView2<TMODULE,TMODEL>;

Methods

PublicRenderPartialViewAsyncRenders the view's partial view. A partial view is the portion of the view between <form> and </form> tags.

See Also YetaWF.Core Overview