2023年12月18日发(作者:)

译文2

作者:, , and

国籍:德国

出处: 2.0 Web Pages and Web Controls

原文2

The Role of the File

At this point, an application may seem to be little more than a set of *.aspx files and

their respective web controls. While you could build a web application by simply linking a set of related

web pages, you will most likely need a way to interact with the web application as a whole. To this end,

your web applications may choose to include an optional file via the WebSite.

Add New Item menu option.

Simply put, is just about as close to a traditional double-clickable *.exe that we can get

in the world of , meaning this type represents the runtime behavior of the website itself. Once

you insert a file into a web project, you will notice it is little more than a

Looks can be deceiving, however. At runtime, the code within this

但是,在运行时,在此的