AspUnitRunner.Core.Html.HtmlElement.GetAttribute C# (CSharp) Method

GetAttribute() public method

public GetAttribute ( string name ) : string
name string
return string
        public string GetAttribute(string name)
        {
            return _attributes[name];
        }