Click or drag to resize

TagUtilsTagCheck Method (String, String, ChkFlags)

Generates an HTML INPUT tag with type="checkbox" configured as specified.

Namespace:  NetQuarry
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string TagCheck(
	string id,
	string val,
	ChkFlags flags
)

Parameters

id
Type: SystemString
The ID to use for the tag.
val
Type: SystemString
The value for the checkbox.
flags
Type: NetQuarryChkFlags
Flags specifying how the checkbox is to be rendered.

Return Value

Type: String
The HTML checkbox configured as specified.
See Also