XhtmlTextWriter.ElementSpecificAttributes 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Hashtable 요소별 특성을 포함하는 개체를 가져옵니다.
protected:
property System::Collections::Hashtable ^ ElementSpecificAttributes { System::Collections::Hashtable ^ get(); };
protected System.Collections.Hashtable ElementSpecificAttributes { get; }
member this.ElementSpecificAttributes : System.Collections.Hashtable
Protected ReadOnly Property ElementSpecificAttributes As Hashtable
속성 값
Hashtable 요소별 특성을 포함하는 개체입니다.
설명
XHTML 요소에 AddRecognizedAttribute 인식된 특성을 추가하려면 이 메서드를 사용합니다. XHTML 요소에서 일반적인 특성을 제거하려면 이 메서드를 RemoveRecognizedAttribute 사용합니다.
클래스의 새 인스턴스가 XhtmlTextWriter 만들어 Hashtable 지면 요소별 특성의 개체가 다음 표에 표시된 특성으로 채워집니다.
| 요소 | 특성 |
|---|---|
<a> |
accesskey,href, charset, hreflang, rel, typerev, titletabindex |
<base> |
href |
<blockquote> |
cite |
<br> |
id, , classtitle |
<form> |
action, , methodenctype |
<head> |
xml:lang |
<html> |
version, , xml:langxmlns |
<img> |
src, alt, width, longdescheight |
<input> |
size, accesskey, title, name, type, disabled, value, srcchecked, maxlengthtabindex |
<label> |
accesskey, for |
<li> |
value |
<link> |
hreflang, rev, type, charset, rel, hrefmedia |
<meta> |
content, name, xml:lang, http-equivscheme |
<object> |
codebase, classid, data, standby, name, type, height, archive, declarewidthtabindexcodetype |
<ol> |
start |
<optgroup> |
label, disabled |
<option> |
selected, value |
<param> |
id, name, valuetype, valuetype |
<pre> |
xml:space |
<q> |
cite |
<select> |
name, tabindex, disabled, multiplesize |
<style> |
xml:lang, xml:space, type, titlemedia |
<table> |
width, summary |
<textarea> |
name, cols, accesskey, tabindexrows |
<td> |
headers, align, rowspan, colspan, axis, scope, abbrvalign |
<th> |
headers, align, rowspan, colspan, axis, scope, abbrvalign |
<title> |
xml:lang |
<tr> |
align, valign |
렌더링되는 요소 및 스타일에 대한 자세한 내용은 W3C(World Wide Web 컨소시엄) 웹 사이트에서 XHTML 모듈화 사양을 참조하세요.