您目前尚未登陆,请选择【登陆】或【注册
首页->全站代码->MyWebPages51aspx汉化最终版>>Administration/Users.aspx.cs>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:MyWebPages51aspx汉化最终版
当前文件:文件类型 MyWebPagesStarterKit/Administration/Users.aspx.cs打开代码结构图
普通视图
		            
1//=============================================================================================== 2// 3// (c) Copyright Microsoft Corporation. 4// This source is subject to the Microsoft Permissive License. 5// See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.mspx. 6// All other rights reserved. 7// 8//=============================================================================================== 9 10using System; 11using System.IO; 12using System.Net.Mail; 13using System.Web.Security; 14using System.Web.UI.WebControls; 15using System.Web.UI.HtmlControls; 16using MyWebPagesStarterKit.Controls; 17using System.Web; 18using System.Net; 19 20public partial class Administration_Users : PageBaseClass 21{ 22 protected string lang; 23 24 Properties 63 64 Events 112 113 Recover Password Wizard 189 190 User Overview 268 269 Create User Wizard