NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlGenericControl.TagName

Gets or sets the element name of a tag that contains a runat="server" attribute/value pair.

[Visual Basic]
Property TagName As String
[C#]
string TagName {set;}
[C++]
public: __property void set_TagName(String*);
[JScript]
public function set TagName(String);

Property Value

Element name of the specified tag.

Remarks

For a <span id="MySpan" runat="server"/> tag, this property would contain a value of span.

See Also

HtmlGenericControl Class | HtmlGenericControl Members | System.Web.UI.HtmlControls Namespace