Hide

YetaWF.ComponentsHTML Package Documentation

Display
Print

YetaWF.Modules.ComponentsHTML.Components.TextEditComponentBase.RenderTextAsync Method

Renders a text input control.

Class: YetaWF.Modules.ComponentsHTML.Components.TextEditComponentBase
Namespace: YetaWF.Modules.ComponentsHTML.Components
Assembly: YetaWF.ComponentsHTML

Syntax

public static Task<string> RenderTextAsync(
    YetaWFComponent component,
    string? model,
    string? templateCssClass );

Parameters

component

The current component being rendered.

model

The model.

templateCssClass

The CSS class to add to the template (starting with yt_).

Return Value

The component rendered as HTML.

See Also YetaWF.Modules.ComponentsHTML.Components.TextEditComponentBase ClassYetaWF.ComponentsHTML PackageYetaWF.Core