webforms
美
英 
- 網(wǎng)絡設計器謂詞;參數(shù);網(wǎng)絡表單
例句
MVP is a valid pattern, and useful in many scenarios, but in WebForms I felt too much friction to consider it a good approach in ASP. NET.
MVP本身是一個可行的模式,而且在很多場合下都適用,但在WebForms中,我感覺有太多的問題,我認為在ASP.NET中這不是一個好的方式。
He claims that Web Forms have been proven to be a very stable and mature platform.
他提到,WebForms已經(jīng)被證明是一個非常穩(wěn)定和成熟的平臺。
With one line of code, this code maps a data model to a set of dynamically generated web forms.
只需要一行代碼,這行代碼映射到一個數(shù)據(jù)模型,并動態(tài)生成一套webforms。
The MVC team is looking to offer a way get the same rapid development that Web Forms offers, but without the associated lack of control.
MVC團隊正在想辦法提供一種方式,能實現(xiàn)象WebForms一樣快速開發(fā),而不會被缺乏控件的情況所拖累。
Some of the controls and techniques from Web Forms can be still be used, but only if they don't rely on post backs.
我們還是可以使用WebForms框架中的部分控件和一些技巧,不過前提條件是它們不能依賴PostBack。
The Web Forms design surface offers this service and component designers use the service.
WebForms設計圖面提供此服務,組件設計器使用此服務。
The difference comes down to the fact that with these view engines we don't have a complex page lifecycle like WebForms.
從這些視圖引擎的差異得出的一個事實就是,他們不具有像WebForms那樣復雜的頁面生命周期。
Unlike Web Forms, it changes the architecture of the house, not just the color of the paint.
和WebForms不同的是,它改變了房子的架構而不僅僅是涂料的顏色。
Used by the beginRequest event of the Sys. WebForms. PageRequestManager class to pass argument information to event handlers.
由Sys.WebForms.PageRequestManager類的beginRequest事件用來將參數(shù)信息傳遞給事件處理程序。
Web Forms need to run through a single server-side form so they can't easily be broken up into smaller logical units.
WebForms需要服務器端的一個獨立的表單中進行操作,因此你可能無法輕易地將它分解成小的邏輯單元。
In the March preview, we are offering a asp: DomainDataSource control that enables very easy ASP. NET WebForms access to your domain logic.
在3月預覽版中,我們就提供了asp:DomainDataSource控件,來使ASP.NETWebForms非常容易地訪問你的域邏輯。
If you have hundreds of Web Forms pages, the work of converting all of them will be tremendous.
將成百的WebForms頁面轉換成MVC的工作量是非常巨大的。
For better or worse, WebForms isolate code from HTML and make mixing the too downright difficult.
不論好壞,WebForms將代碼和HTML相分離,使它們難以混在一起。