This documentation is archived and is not being maintained.

XhtmlTextWriter::ElementSpecificAttributes Property

Gets a Hashtable object containing element-specific attributes.

Namespace:  System.Web.UI
Assembly:  System.Web (in System.Web.dll)

protected:
property Hashtable^ ElementSpecificAttributes {
	Hashtable^ get ();
}

Property Value

Type: System.Collections::Hashtable
A Hashtable object containing element-specific attributes.

Use the AddRecognizedAttribute method to add recognized attributes to an XHTML element. To remove common attributes on an XHTML element, use the RemoveRecognizedAttribute method.

When a new instance of the XhtmlTextWriter class is created, the Hashtable object of element-specific attributes is populated with the attributes shown in the following table.

Element

Attributes

<a>

accesskey, href, charset, hreflang, rel, type, rev, title, tabindex

<base>

href

<blockquote>

cite

<br>

id, class, title

<form>

action, method, enctype

<head>

xml:lang

<html>

version, xml:lang, xmlns

<img>

src, alt, width, longdesc, height

<input>

size, accesskey, title, name, type, disabled, value, src, checked, maxlength, tabindex

<label>

accesskey, for

<li>

value

<link>

hreflang, rev, type, charset, rel, href, media

<meta>

content, name, xml:lang, http-equiv, scheme

<object>

codebase, classid, data, standby, name, type, height, archive, declare, width, tabindex, codetype

<ol>

start

<optgroup>

label, disabled

<option>

selected, value

<param>

id, name, valuetype, value, type

<pre>

xml:space

<q>

cite

<select>

name, tabindex, disabled, multiple, size

<style>

xml:lang, xml:space, type, title, media

<table>

width, summary

<textarea>

name, cols, accesskey, tabindex, rows

<td>

headers, align, rowspan, colspan, axis, scope, abbr, valign

<th>

headers, align, rowspan, colspan, axis, scope, abbr, valign

<title>

xml:lang

<tr>

align, valign

For more information on the elements and styles that are rendered, see the XHTML modularization specification at the World Wide Web Consortium (W3C) Web site.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Show: