温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:Asp.net3.5 MVC入门之文章管理源码
当前文件:
MvcArticleDemo/MvcArticleDemo/Views/Article/EditCategory.aspx.cs[269B,2009-6-12 11:47:57],打开代码结构图
MvcArticleDemo/MvcArticleDemo/Views/Article/EditCategory.aspx.cs[269B,2009-6-12 11:47:57],打开代码结构图1using System; 2
using System.Collections.Generic; 3
using System.Linq; 4
using System.Web; 5
using System.Web.Mvc; 6
using MvcArticleDemo.Models; 7
8
namespace MvcArticleDemo.Views.Article 9
{ 10
public partial class EditCategory : ViewPage<Categories> 11
{ 12
} 13
} 14






}
}