System.Windows.Forms.HtmlElement.Name Property

Gets or sets the name of the element.

Syntax

public string Name { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0