NUnitAsp

HtmlTagTester.RenderedInnerHtml Property

The HTML inside the tag being tested, rendered to a string as a web browser would do. All inner tags are removed and adjacent whitespace is converted to a single space. For example, <a href='foo'><i>My</i> Link</a> will return "My Link".

public string RenderedInnerHtml {get;}

See Also

HtmlTagTester Class | NUnit.Extensions.Asp Namespace