NUnitAsp

HtmlTagTester.Attribute Method 

Returns the value of an attribute on this tag or throws an exception if the attribute isn't present.

public string Attribute(
   string name
);

Parameters

name
The name of the attribute.

Return Value

The value of the attribute

See Also

HtmlTagTester Class | NUnit.Extensions.Asp Namespace