Gets or sets the name of the element.
Public Property Name As String
public string Name { get; set; }
public: property String^ Name { String^ get (); void set (String^ value); }
member Name : string with get, set
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2