📄 readme.htm
字号:
<!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>
<title>Profiles Readme</title>
<LINK rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<h1>Profiles</h1>
<p>This sample demonstrates how to use profiles in ASP.NET 2.0. Profiles can be used to easily add
personalization to your web sites, for both anonymous and logged in users.</p>
<p>The first example shows how to create simple profile properties and use them as an
anonymous user. The second example shows how to use more complex profile properties, such as
a collection and a user-defined object. In the final example you see how to migrate the
profile properties from your anonymous user token to your logged in (authenticated) username.</p>
<p>This sample requires the following to be installed:</p>
<ul>
<li>Microsoft Visual Studio 2005</li>
<li>SQL Server 2005 Express Edition</li>
</ul>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -