ASP.NET Web Pages – WebMail 帮助器
WebMail 帮助器 – 众多有用的 ASP.NET Web 帮助器之一。
WebMail 帮助器
WebMail 帮助器让发送邮件变得更简单,它按照 SMTP(Simple Mail Transfer Protocol 简单邮件传输协议)从 Web 应用程序发送邮件。
前提:电子邮件支持
为了演示如何使用电子邮件,……继续阅读 »
3年前 (2022-05-15) 64浏览 0评论
0个赞
ASP.NET Web Pages – 对象
Web Pages 经常是跟对象有关的。
Page 对象
您已经看到了一些在使用的 Page 对象方法:
@RenderPage(“header.cshtml”)
@RenderBody()
在前面的章节中,您已经看到了两个 Page 对象属性(isPost 和 Request):
If (isPost) {
if (Req……继续阅读 »
3年前 (2022-05-15) 95浏览 0评论
0个赞