创建空白页面 - SlowX.CreateBlankPageApp (2017.07.18)
2017-07-18 11:54:42 访问(1929) 赞(0) 踩(0)
相关下载:SlowX.CreateBlankPageApp(运行程序) SlowX.CreateBlankPageApp(源码)
查看源码:SlowX.CreateBlankPageApp
-
作用:
快速的生成空白的页面,避免鼠标右键选择文件,命名等操作。
能提升开发效率:1秒
-
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="List.aspx.cs" Inherits="WebForms_AdmFineUI_SlowX_User_UserRole_List" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
</form>
</body>
</html>
-
using System;
using System.Collections.Generic;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
public partial class WebForms_AdmFineUI_SlowX_User_UserRole_List : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
上一条:
下一条:
相关评论
发表评论