发送 ASP.net 页面 HTML 的电子邮件
假设我有购物车,我将所有详细信息发送到一个页面,名称为 emailsender.aspx
此页面从会话中读取所有购物车信息(产品、数量、价格)并将其显示在 datarepeater 控件中,然后我想要此页面 html,以便我可以通过电子邮件发送此信息....
我怎样才能实现它?
let say I have shopping cart I send all detail to one page name as emailsender.aspx
this page read all cart information(products,qty,price) from session and show it in datarepeater control then i want this page html so i can email this ....
how can i achieve it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要获取控件生成的 HTML,您可以使用下面的代码,可以在此处找到。
To get the HTML that a control produces, you could use code below, found here.