11 2014 档案
摘要:VS2015 PERVIEW中可以创建MVC 项目。 我们可以 发现有几大亮点。首先我们看目录结构:当前项目包含两个主要的文件夹:Solution Items 、src很明显src文件夹下为当前的源码文件。 目前补不了解这个分组的用意。我们在看在MVC项目中。 摒弃了原来的许多的文件夹。 现在的目录...
阅读全文
摘要:public class BaseController : Controller { /// /// Called after the action method is invoked. /// /// Information ab...
阅读全文
摘要:public class BaseController : Controller{ /// /// Called before the action method is invoked. /// /// Information about the cu...
阅读全文
只有注册用户登录后才能阅读该文。
摘要:通常我们建立属性的时候如果带初始化值的时候我们经常会这样处理。class MyClass { private string _name = "hello world!"; public string Name { ...
阅读全文