18 lines
517 B
Plaintext
18 lines
517 B
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Test.aspx.cs" Inherits="Education.Forms.Common.Test" %>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<div>
|
|
<asp:Button runat="server" OnClick="btnSendMailTest_Click" ID="btnSendMailTest" Text="發送郵件測試" />
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|