[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.PopupBuilder.Content

Content Method

Content(string)

Sets the Content property.

Declaration
public PopupBuilder Content(string value)
Public Function Content(value As String) As PopupBuilder
Parameters
Type Name Description
string value

The string value.

Returns
Type Description
PopupBuilder

Current builder

Remarks

Sets the HTML content which the popup should display.

Content(Func<object, object>)

Sets the Content property.

Declaration
public PopupBuilder Content(Func<object, object> value)
Public Function Content(value As Func(Of Object, Object)) As PopupBuilder
Parameters
Type Name Description
Func<object, object> value

The content wrapped in a regular HTML tag or text tag (Razor syntax).

Returns
Type Description
PopupBuilder

Current builder

Remarks

Sets the HTML content which the popup should display.