資源簡介
實現結果為:customers/details/a-n-t-o-n
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.Mvc;
using?System.Web.Routing;
using?ElegantRouteDemo.Routing;
namespace?ElegantRouteDemo?{
????//?Note:?For?instructions?on?enabling?IIS6?or?IIS7?classic?mode?
????//?visit?http://go.microsoft.com/?linkId=9394801
????public?class?MvcApplication?:?System.Web.HttpApplication?{
????????public?static?void?RegisterGlobalFilters(GlobalFilterCollection?filters)?{
????????????filters.Add(new?HandleErrorAttribute());
????????}
????????public?static?void?RegisterRoutes(RouteCollection?routes)?{
????????????routes.IgnoreRoute(“{resource}.axd/{*pathInfo}“);
????????????routes.MapElegantRoute(??//?MapRoute
????????????????“Default“?
????????????????“{controller}/{action}/{id}“?
????????????????new?{?controller?=?“Home“?action?=?“Index“?id?=?UrlParameter.Optional?}?
????????????);
????????}
????????protected?void?Application_Start()?{
????????????AreaRegistra
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????5665??2011-12-05?18:59??ElegantRouteDemo\Content\Site.css
?????文件???????5811??2011-12-05?18:59??ElegantRouteDemo\sc
?????文件???????2745??2011-12-05?18:59??ElegantRouteDemo\sc
?????文件??????14502??2011-12-05?18:59??ElegantRouteDemo\sc
?????文件???????3844??2011-12-05?18:59??ElegantRouteDemo\sc
?????文件?????316486??2011-12-05?18:59??ElegantRouteDemo\sc
?????文件?????101089??2011-12-05?18:59??ElegantRouteDemo\sc
?????文件??????15302??2011-12-05?18:59??ElegantRouteDemo\sc
?????文件???????5876??2011-12-05?18:59??ElegantRouteDemo\sc
?????文件??????37804??2011-12-05?18:59??ElegantRouteDemo\sc
?????文件??????13524??2011-12-05?18:59??ElegantRouteDemo\sc
?????文件????????108??2011-12-05?18:59??ElegantRouteDemo\Global.asax
?????文件???????2873??2011-12-05?18:59??ElegantRouteDemo\Views\Web.config
?????文件???????3582??2011-12-05?18:59??ElegantRouteDemo\Web.config
?????文件???????1285??2011-12-05?18:59??ElegantRouteDemo\Web.Debug.config
?????文件???????1346??2011-12-05?18:59??ElegantRouteDemo\Web.Release.config
?????文件???????6471??2011-12-05?18:59??ElegantRouteDemo\Controllers\AccountController.cs
?????文件???????2119??2011-12-05?18:59??ElegantRouteDemo\Models\AccountModels.cs
?????文件???????1421??2011-12-05?18:59??ElegantRouteDemo\Properties\AssemblyInfo.cs
?????文件???????1672??2011-12-05?19:23??ElegantRouteDemo\Routing\ElegantRoute.cs
?????文件????????723??2011-12-05?19:37??ElegantRouteDemo\Routing\ElegantRouteExtensions.cs
?????文件???????1157??2011-12-05?19:33??ElegantRouteDemo\Global.asax.cs
?????文件????????435??2011-12-05?19:46??ElegantRouteDemo\Controllers\HomeController.cs
?????文件???????1641??2011-12-05?19:37??ElegantRouteDemo\Routing\StringElegantHelper.cs
?????文件????????941??2011-12-05?19:46??ElegantRouteDemo\Views\Shared\_Layout.cshtml
?????文件????????229??2011-12-05?18:59??ElegantRouteDemo\Views\Shared\_LogOnPartial.cshtml
?????文件?????????55??2011-12-05?18:59??ElegantRouteDemo\Views\_ViewStart.cshtml
?????文件?????????96??2011-12-05?18:59??ElegantRouteDemo\Views\Home\About.cshtml
?????文件???????1777??2011-12-05?18:59??ElegantRouteDemo\Views\Account\ChangePassword.cshtml
?????文件????????139??2011-12-05?18:59??ElegantRouteDemo\Views\Account\ChangePasswordSuccess.cshtml
............此處省略23個文件信息
評論
共有 條評論