System.Web.UI.HtmlControls.HtmlControl.GetAttribute C# (CSharp) Method

GetAttribute() protected method

protected GetAttribute ( string name ) : string
name string
return string
		protected virtual string GetAttribute (string name)
		{
			return Attributes[name];
		}