summaryM:DotNetNuke.UI.Utilities.Globals.GetAttribute(System.Web.UI.Control,System.String)

Namespace: DotNetNuke.UI.Utilities
Assembly: DotNetNuke.WebUtility (in DotNetNuke.WebUtility.dll)

Syntax

C#
public static string GetAttribute(
	Control objControl,
	string strAttr
)
Visual Basic
Public Shared Function GetAttribute ( 
	objControl As Control,
	strAttr As String
) As String

Parameters

objControl
Type: System.Web.UI..::..Control
paramobjControlM:DotNetNuke.UI.Utilities.Globals.GetAttribute(System.Web.UI.Control,System.String)
strAttr
Type: System..::..String
paramstrAttrM:DotNetNuke.UI.Utilities.Globals.GetAttribute(System.Web.UI.Control,System.String)

Return Value

returnsM:DotNetNuke.UI.Utilities.Globals.GetAttribute(System.Web.UI.Control,System.String)

See Also