HtmlElement::Name Property
.NET Framework (current version)
Gets or sets the name of the element.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Use the Name property to retrieve elements from a document using the GetElementsByName method on the All property of HtmlDocument.
When applied to INPUT elements, Name defines the variable name for that element's data when its form is submitted to the server.
.NET Framework
Available since 2.0
Available since 2.0
Show: