Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.FormButton Constructor

Constructor.

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

Syntax

public FormButton();
public FormButton(
    ModuleAction? action,
    RenderModeEnum renderAs = RenderModeEnum.Button );

Parameters

action

The module action invoked by the button. May be null.

renderAs

Defines the appearance of the button.

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