Initializes a new instance of the Link class

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 Link(
	string from,
	string to
)
Visual Basic
Public Sub New ( _
	from As String, _
	to As String _
)
Visual C++
public:
Link(
	String^ from, 
	String^ to
)

Parameters

from
Type: System..::..String
to
Type: System..::..String

See Also