[]
Sets the Content property.
public PopupBuilder Content(string value)
Type | Name | Description |
---|---|---|
string | value | The string value. |
Type | Description |
---|---|
PopupBuilder | Current builder |
Sets the HTML content which the popup should display.
Sets the Content property.
public PopupBuilder Content(Func<object, object> value)
Type | Name | Description |
---|---|---|
Func<object, object> | value | The content wrapped in a regular HTML tag or text tag (Razor syntax). |
Type | Description |
---|---|
PopupBuilder | Current builder |
Sets the HTML content which the popup should display.