Cb Method

HttpServer.dll

Generate a checkbox

Namespace:  HttpServer.Helpers
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string Cb(
	string propertyName,
	string value,
	params Object[] options
)
Visual Basic (Declaration)
Public Function Cb ( _
	propertyName As String, _
	value As String, _
	ParamArray options As Object() _
) As String
Visual C++
public:
String^ Cb(
	String^ propertyName, 
	String^ value, 
	... array<Object^>^ options
)

Parameters

propertyName
Type: System..::.String
property in object
value
Type: System..::.String
checkbox value
options
Type: array< System..::.Object >[]()[]
additional html attributes.

Return Value

generated html code

See Also