==========================================================
ASP.NET Friendly URLs v1.0.1
==========================================================
----------------------------------------------------------
Overview
----------------------------------------------------------
ASP.NET Friendly URLs provides a simple way to remove the
need for file extensions on URLs for registered file
handler types, e.g. .aspx.
For more information see http://go.microsoft.com/fwlink/?LinkID=264514&clcid=0x409
----------------------------------------------------------
Setup
----------------------------------------------------------
If your app didn't have a RouteConfig class before
installing ASP.NET Friendly URLs package:
----------------------------------------------------------
The package includes a RouteConfig class that contains
the call required to enable Friendly URLs. This call must
be made from the Application_Start handler in your app's
Global.asax file.
Add the following to your Global.asax.cs file:
using System.Web.Routing;
...
protected void Application_Start(object sender, EventArgs e)
{
RouteConfig.RegisterRoutes(RouteTable.Routes);
}
If your app had a RouteConfig class before installing
ASP.NET Friendly URLs package:
----------------------------------------------------------
You'll need to update your RouteConfig class to enable
Friendly URLs.
Call EnableFriendlyUrls() in your RegisterRoutes method
*before* any existing route registrations:
public static void RegisterRoutes(RouteCollection routes)
{
routes.EnableFriendlyUrls();
// Put any additional route registrations here.
}
没有合适的资源?快使用搜索试试~ 我知道了~
MES系统网页登录界面设计

共510个文件
dll:133个
xml:79个
js:64个

需积分: 5 31 浏览量
2023-04-01
18:47:06
上传
评论
收藏 35.24MB ZIP 举报
温馨提示
该资源为使用vs+c#框架MES系统的网页登录界面。包括:登录网页、注册网页、登录验证、验证码跟新、页面布局等登录、注册的基本功能。 该资源为使用vs+c#框架MES系统的网页登录界面。包括:登录网页、注册网页、登录验证、验证码跟新、页面布局等登录、注册的基本功能。 该资源为使用vs+c#框架MES系统的网页登录界面。包括:登录网页、注册网页、登录验证、验证码跟新、页面布局等登录、注册的基本功能。 该资源为使用vs+c#框架MES系统的网页登录界面。包括:登录网页、注册网页、登录验证、验证码跟新、页面布局等登录、注册的基本功能。 该资源为使用vs+c#框架MES系统的网页登录界面。包括:登录网页、注册网页、登录验证、验证码跟新、页面布局等登录、注册的基本功能。 该资源为使用vs+c#框架MES系统的网页登录界面。包括:登录网页、注册网页、登录验证、验证码跟新、页面布局等登录、注册的基本功能。 该资源为使用vs+c#框架MES系统的网页登录界面。包括:登录网页、注册网页、登录验证、验证码跟新、页面布局等登录、注册的基本功能。
资源推荐
资源详情
资源评论





收起资源包目录





































































































共 510 条
- 1
- 2
- 3
- 4
- 5
- 6
资源评论


LuLaDe
- 粉丝: 4814
- 资源: 27
上传资源 快速赚钱
我的内容管理 收起
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


会员权益专享
安全验证
文档复制为VIP权益,开通VIP直接复制
