Constructor.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public JsonSerializableHelper(
	WebControl control,
	IUrlResolutionService urlResolutionService
)
Visual Basic
Public Sub New ( _
	control As WebControl, _
	urlResolutionService As IUrlResolutionService _
)

Parameters

control
Type: System.Web.UI.WebControls..::..WebControl
WebControl.
urlResolutionService
Type: System.Web.UI..::..IUrlResolutionService
IUrlResolutionService.

See Also