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
查看全文
  • 相关阅读:
    用 Java 通过串口发送手机短信(二)简单使用
    jquery.lazyload.js实现图片延迟加载——wordpress图片随滚动条渐显效果
    java的mysql连接池
    html5客户端本地存储之sessionStorage及storage事件
    flash chart(amCharts的破解)
    实现igoogle效果的两种方法比较
    “SQL Server (SQL2005) 服务因 126 (0x7E) 服务性错误而停止”的解决方法 
    一个超简单的方法验证文本框中内容的数据类型
    我的对联
    Ajax调用后类方法时报”对象未定义“错误解决方法
  • 原文地址:https://www.cnblogs.com/sendling/p/1425438.html
  • Copyright © 2011-2022 走看看