Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.YetaWFViewBase.FormButtonsAsync Method

Renders form buttons.

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

Syntax

public Task<string> FormButtonsAsync(
    FormButton[] buttons,
    string CssClass = "t_detailsbuttons" );
public Task<string> FormButtonsAsync(
    List<FormButton> buttons,
    string CssClass = "t_detailsbuttons" );

Parameters

buttons

The collection of form buttons to render.

CssClass

(not specified)

Return Value

Returns the rendered form buttons as HTML.

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