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

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

Syntax

C#
public static void SetAttribute(
	Control objControl,
	string strAttr,
	string strValue
)
Visual Basic
Public Shared Sub SetAttribute ( 
	objControl As Control,
	strAttr As String,
	strValue As String
)

Parameters

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

See Also