Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.YetaWFComponentExtender.ForDisplayContainerAsync Method

Renders a display container, a component containing other components.

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

Syntax

public static Task<string> ForDisplayContainerAsync(
    this YHtmlHelper htmlHelper,
    object container,
    string uiHint,
    object? HtmlAttributes = null );

Parameters

htmlHelper

The HtmlHelper instance.

container

The container model.

uiHint

The component name used for rendering which identities the component.

HtmlAttributes

A collection of attributes.

Return Value

Returns HTML with the rendered components.

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