AspUnitRunner.Core.Html.HtmlElement.GetAttribute C# (CSharp) Méthode

GetAttribute() public méthode

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