?? start.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Start.aspx.cs" Inherits="Start_aspx" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Start Page</title>
<LINK rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<form id="form1" runat="server">
<h1>Profiles</h1>
<p><a href="readme.htm">View the ReadMe</a></p>
<p>Examples:</p>
<ul>
<li><a href="SimpleProperties.aspx">Using Simple Profile Properties</a></li>
<li><a href="ComplexProperties.aspx">Using Complex Profile Properties</a></li>
<li><a href="MigratingProperties.aspx">Migrating Anonymous Profile Properties to Your Authenticated User</a></li>
</ul>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -