RSS

导航

信息

联系方式(Contact)






 

IHtmlElement

修改时间: 2008/08/23 00:53 由 Chsword - 编目为: Asp.net MVC
A Html Element's Interface.
Html标签的一个接口规范。 C#:
public interface IHtmlElement
{
    // Properties
    IDictionary<string, string> Attributes { get; }
    string InnerHtml { get; set; }
    string TagName { get; }
}
Eice.com.cn 2008 黑ICP备09002611号 | 关于我们 | 技术支持 |