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 · 3402 阅读 · 0 评论 -
Asp.net MVC 4 Attributes特性
Attributes特性ActionFilterAttributeRepresents the base class for filter attributes.代表筛选器属性的基类。ActionMethodSelectorAttributeRepresents an attribute that is used to influence the s原创 2013-09-29 18:18:10 · 2113 阅读 · 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 · 2042 阅读 · 0 评论 -
Asp.net MVC 4 Html帮助类 II
Html Helpers@Html.AntiForgeryTokenIt generates a hidden form field (anti-forgery token) that is validated when the form is submitted.它会产生一个隐藏的表单字段(防伪标记),提交表单时验证。@Html.AttributeEnco原创 2013-09-29 18:27:08 · 3535 阅读 · 0 评论 -
Asp.net MVC 4 动作方法结果
Action Method Result动作方法结果ActionResultgeneric 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 · 2599 阅读 · 0 评论 -
ASP.NET MVC 4应用程序文件夹
App_StartIt 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 · 4108 阅读 · 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 · 2299 阅读 · 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 · 4954 阅读 · 1 评论