HtmlIsIndexElement sealed class HtmlIsIndexElement : HtmlElement Represents the HTML isindex element. Documentation Code public IHtmlFormElement Form { get; } public string Prompt { get; set; } public HtmlIsIndexElement(Document owner, string prefix = null)