要透過 HtmlTextWriter 實作 Render ,會用到 RenderBeginTag,
RenderEndTag,AddAttribute,AddStyleAttribute ...
我以超連結的範例來說明:
<a | style="font-size:18pt" | href="http://www.kimo.com.tw | LinkToKimo | </a> |
RenderBeginTag( ) | AddStyleAttribute( ) | AddAttribute( ) | Write( ) | RenderEndTag( ) |
RenderBeginTag( ):用來產生 <a>, <Table>,<TR> ... 等等Html標籤格式
AddAttribute( ): 用來設定 HTML標籤內的值
AddStyleAttribute( ):用來設定標籤的樣式,如style
Write( ):將字串直接秀在Browser上
RenderEndTag( ):產生HTML標籤的結束符號,如 </a> , </table> ...
沒有留言:
張貼留言