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
)
Public Shared Function IsControlAttrSet (
control As WebControl,
attributeName As String
) As Boolean
Parameters
- control
- Type: System.Web.UI.WebControlsWebControl
The control to check. - attributeName
- Type: SystemString
The attribute name.
Return Value
Type:
BooleanTrue if attribute is set to any non-blank value, else false.
See Also