StackLayoutContainerBuilder

Methods

Content(System.Action)

Sets the content of the container using an Action.

Parameters

content - System.Action

The Action that will be executed when rendering the container.

RETURNS

Returns the current StackLayoutContainerBuilder instance.

Content(System.Func)

Sets the content of the container using a template function.

Parameters

content - System.Func<Object,Object>

The template function that will be executed to generate the container content.

RETURNS

Returns the current StackLayoutContainerBuilder instance.

Content(System.String)

Sets the HTML content of the container.

Parameters

content - System.String

The HTML string to use as the container's content.

RETURNS

Returns the current StackLayoutContainerBuilder instance.