Mvc示例代码删除新功能的TODO 示例代码输出路由上下文信息 使用RouteContext.ToString()
netwjx 编写于 2011-12-06 16:53:07
X
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="static_Default" %>

<!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>
        hello aspx页面 MVC路由直接忽略
        <pre><%= NewLife.Mvc.RouteContext.Current.ToString() %></pre>
    </div>
    </form>
</body>
</html>