Generates a unique identifier based on the tagname. The ID attribute of the HTML element will be set to that value.
[Visual Basic] Function AutoIDElement( _ ByVal htmlElement As IHTMLElement _ ) As String [C#] string AutoIDElement( IHTMLElement htmlElement ); [C++] String* AutoIDElement( IHTMLElement* htmlElement ) = 0; [JScript] function AutoIDElement( htmlElement : IHTMLElement ) : String;
The generated unique identifier.
IWebFormServices Interface | IWebFormServices Members | System.Web.UI.Design Namespace