MVC
文章平均质量分 80
yangzhenping
我坚信让我一往无前的唯一力量就是我热爱我所做的一切!
展开
-
Asp.net MVC 4 模型的数据注释
[Bind(…)] Lists fields to exclude or include when binding parameter or form values to model properties 列表字段时,排除或包括绑定参数或表单模型属性值 [Compare("…")] To compare two properties. 对比两个属性。 [Credit原创 2013-09-29 14:59:50 · 3412 阅读 · 0 评论 -
Asp.net MVC 4 Attributes特性
Attributes特性 ActionFilterAttribute Represents the base class for filter attributes. 代表筛选器属性的基类。 ActionMethodSelectorAttribute Represents an attribute that is used to influence the s原创 2013-09-29 18:18:10 · 2121 阅读 · 0 评论 -
Asp.net MVC 4 视图相关和其他
@{ Layout = “…”} To define layout page Equivalent to asp.net master-page 要定义相当于ASP.NET母版页的页面布局 @model To define strongly-typed model 要定义强类型的模型 @section { } To define named secti原创 2013-09-29 17:49:17 · 1747 阅读 · 0 评论 -
Asp.net MVC 4 Html帮助类
Html帮助类 used to render (modify and output) HTML form elements 用来渲染HTML表单元素(修改和输出) Html.ActionLink 输出: .. Html.BeginForm 输出: Html.CheckBox 输出: Html.DropDownList 输出: .. Html原创 2013-09-29 18:23:02 · 2051 阅读 · 0 评论 -
Asp.net MVC 4 Html帮助类 II
Html Helpers @Html.AntiForgeryToken It generates a hidden form field (anti-forgery token) that is validated when the form is submitted. 它会产生一个隐藏的表单字段(防伪标记),提交表单时验证。 @Html.AttributeEnco原创 2013-09-29 18:27:08 · 3540 阅读 · 0 评论 -
Asp.net MVC 4 动作方法结果
Action Method Result动作方法结果 ActionResult generic return value for an action and is used to perform a framework-level operation on behalf of the action method. 通用的返回值的一个动作,是用来代表的动作方法执行框架级操作原创 2013-09-29 19:16:31 · 2605 阅读 · 0 评论 -
ASP.NET MVC 4应用程序文件夹
App_Start It has configuration classes to reduce clutter code in the Global.asax 它包含了配置类来减少在Global.asax中的杂乱代码 Application_Start 方法 App_Start 文件夹里有如下文件: AuthConfig.cs: Related to secur原创 2013-09-29 08:42:27 · 4113 阅读 · 0 评论 -
ASP.NET MVC 4 Attribute特性
Attributes特性 [AcceptVerbs(…)] To specify HTTP verbs an action method will respond to. 要指定HTTP动词的将响应的一个操作方法。 [ActionName(…)] To define the name of an action 定义一个动作的名称 [Additional原创 2013-09-29 12:44:53 · 2304 阅读 · 0 评论 -
【dotnet跨平台】最新版dotnet-cli下的ASP.NET Core和asp.net mvc【RC2尝鲜】
【dotnet跨平台】最新版dotnet-cli下的ASP.NET Core和asp.net mvc【RC2尝鲜】 【方法一,这个方法尝试失败了,请不要再次尝试】 【方法二,这个方法成功,大家可以试试】原创 2016-04-03 15:12:25 · 4964 阅读 · 1 评论