zoukankan      html  css  js  c++  java
  • mvc英文文档笔记

    比较乱,先记录下再说

    Models and Model Binders in MVC Applications(model绑定)  http://msdn.microsoft.com/en-us/library/dd410405.aspx

    Walkthrough: Using MVC View Templates with Data Scaffolding  http://msdn.microsoft.com/en-us/library/dd405231.aspx

    Rendering a Form in ASP.NET MVC Using HTML Helpers(重要属性)   http://msdn.microsoft.com/en-us/library/dd410596.aspx

    Passing Data in an ASP.NET MVC Application(如何在Control和view之间数据传值)  http://msdn.microsoft.com/en-us/library/dd394711.aspx
     
     
  • ActionLink — Links to an action method.

  • BeginForm * — Marks the start of a form and links to the action method that renders the form.

  • CheckBox * — Renders a check box.

  • DropDownList * — Renders a drop-down list.

  • Hidden — Embeds information in the form that is not rendered for the user to see.

  • ListBox — Renders a list box.

  • Password — Renders a text box for entering a password.

  • RadioButton * — Renders a radio button.

  • TextArea — Renders a text area (multi-line text box).

  • TextBox * — Renders a text box.

    Code
查看全文
  • 相关阅读:
    Spring 学习7 -事务
    Spring学习 6- Spring MVC (Spring MVC原理及配置详解)
    看秒杀系统的时候看到的关于并发队列的介绍,摘抄如下
    Spring 学习 3- AOP
    Spring学习-1 框架总览
    Spring 学习 5- task 定时任务
    JAVA锁机制-可重入锁,可中断锁,公平锁,读写锁,自旋锁,
    指定链接的样式的顺序
    css方法实现div固定浏览器底端
    文件中批量搜索字符串
  • 原文地址:https://www.cnblogs.com/sendling/p/1425438.html
  • Copyright © 2011-2022 走看看