Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.YetaWFViewBase.SetRenderInfo Method

Sets rendering information for the view.

Class: YetaWF.Core.Components.YetaWFViewBase
Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Syntax

public void SetRenderInfo(
    YHtmlHelper htmlHelper,
    ModuleDefinition moduleBase );

Parameters

htmlHelper

The HtmlHelper instance.

moduleBase

The module on behalf of which this view is rendered.

See Also YetaWF.Core.Components.YetaWFViewBase ClassYetaWF.Core Overview