Namespace: DayPilot.Web.Mvc
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
public static MvcHtmlString DayPilotBubble(
	this HtmlHelper helper,
	string id,
	DayPilotBubbleConfig cfg
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function DayPilotBubble ( _
	helper As HtmlHelper, _
	id As String, _
	cfg As DayPilotBubbleConfig _
) As MvcHtmlString
Visual C++
public:
[ExtensionAttribute]
static MvcHtmlString^ DayPilotBubble(
	HtmlHelper^ helper, 
	String^ id, 
	DayPilotBubbleConfig^ cfg
)

Parameters

helper
Type: HtmlHelper
id
Type: System..::..String
cfg
Type: DayPilot.Web.Mvc..::..DayPilotBubbleConfig

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type HtmlHelper. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also