扫一扫
分享文章到微信
扫一扫
关注官方公众号
至顶头条
public AttributeCollection(StateBag bag)

{
this._bag = bag;
}

protected override void OnPreRender(EventArgs e)

{
this.Attributes["abc"] = "123";
this.Attributes.CssStyle["abc-style"] = "123-style";
base.OnPreRender(e);
}
protected override void Render(HtmlTextWriter output)

{
this.Attributes["abc"] = "123";
this.Attributes.CssStyle["abc-style"] = "123-style";
output.Write(Text);
}

如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。