Documentation for this section has not yet been entered.
Use the HtmlElement.Name property to retrieve elements from a document using the HtmlElementCollection.GetElementsByName(string) method on the HtmlElement.All property of System.Windows.Forms.HtmlDocument.
When applied to INPUT elements, HtmlElement.Name defines the variable name for that element's data when its form is submitted to the server.