首页 新闻 会员 周边

what is Scaffolding ?

0
[已关闭问题] 关闭于 2017-03-07 09:18

Search results :
Scaffolding - frame based on process database schema for generating web page templates

However, it doesn’t make any difference

问题补充:

铁打接班人流水打工人的主页 铁打接班人流水打工人 | 小虾三级 | 园豆:897
提问于:2017-03-06 09:06
< >
分享
所有回答(1)
0

It depends on which scaffolding you choose, and what you need in you project.

It means that the Dynamic Data framework will auto-generate a set of routes based on the table names in a data model (e.g. a Linq to SQL data context), and a predefined set of operations (essentially CRUD). E.g: When you visit http://example.com/Products/Details.aspx, where "Products" is the name of a table in your data model, the framework will auto-generate a details page for displaying product details. The generated pages can be customized by providing partial views named according to a convention based on the naming of e.g. columns in the data model.

BUTTERAPPLE | 园豆:3190 (老鸟四级) | 2017-03-06 17:31
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册