Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.ButtonTypeEnum Enumeration

The form button type.

Class: (none)
Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Syntax

public enum ButtonTypeEnum;

Values

NameValueDescription
Submit0A button that submits the form.
Cancel1A button that cancels the form.
Button2A button that has no action on the form. This is typically used by client-side code.
Empty3A button that has no action on the form. It is not rendered.
Apply4A button that submits the form.
ConditionalSubmit5A button that submits the form. This button type is only shown if the page has a valid URL to return to.

See Also YetaWF.Core Overview