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 , 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 |
렌더링되는 요소 및 스타일에 대한 자세한 내용은 W3C(World Wide Web 컨소시엄) 웹 사이트의 XHTML 모듈화 사양을 참조하세요.