'Declaration
Public Overloads Function Content( _ ByVal value As Func(Of Object,Object) _ ) As PopupBuilder
public PopupBuilder Content( Func<object,object> value )
Parameters
- value
- The content wrapped in a regular HTML tag or text tag (Razor syntax).
Return Value
Current builder