您目前尚未登陆,请选择【登陆】或【注册
首页->全站代码->MyWebPages51aspx汉化最终版>>Administration/Default.aspx.cs>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:MyWebPages51aspx汉化最终版
当前文件:文件类型 MyWebPagesStarterKit/Administration/Default.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.Data; 12using System.Configuration; 13using System.Collections; 14using System.Web; 15using System.Web.Security; 16using System.Web.UI; 17using System.Web.UI.WebControls; 18using System.Web.UI.WebControls.WebParts; 19using System.Web.UI.HtmlControls; 20using MyWebPagesStarterKit.Controls; 21 22public partial class Administration_Default : PageBaseClass 23{ 24 protected void Page_Load(object sender, EventArgs e) 25 { 26 litVersion.Text = "Version: " + ConfigurationManager.AppSettings["Version"]; 27 } 28} 29
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:MyWebPages51aspx汉化最终版
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号