Click or drag to resize

MapperUtilsIsControlAttrSet Method (WebControl, String)

Determine if the specified attribute is set on the WebControl.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static bool IsControlAttrSet(
	WebControl control,
	string attributeName
)

Parameters

control
Type: System.Web.UI.WebControlsWebControl
The control to check.
attributeName
Type: SystemString
The attribute name.

Return Value

Type: Boolean
True if attribute is set to any non-blank value, else false.
See Also