start.aspx

来自「用vs2005编网页的入门实例」· ASPX 代码 · 共 25 行

ASPX
25
字号
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?