home.aspx
来自「用vs2005编网页的入门实例」· ASPX 代码 · 共 17 行
ASPX
17 行
<%@ Page Language="C#" MasterPageFile="~/SiteMaster.master" CodeFile="Home.aspx.cs" Inherits="Home_aspx" Title="Start Page" %>
<asp:content contentplaceholderid="PageContent" runat="Server">
<h2>Sample Site Home</h2>
<p>This is an unsecure home page, accessible to all users.</p>
<asp:loginview id="LoginView1" runat="server">
<anonymoustemplate>
<p>The secure navigation menu is not visible until you <a href=login.aspx>log in</a>.
<a href="members/securepage.aspx">Click here</a> to see what happens when you try to access a secure page without being logged in.</p>
</anonymoustemplate>
</asp:loginview>
<br />
<br />
<br />
<br />
</asp:content>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?