aspx

aspx

 英

  • 网络页面;页面中;页面的优化

例句

When an ASPX page is compiled into a class, server controls become fields of that class.

ASPX编译服务器控件成为字段

For the page to be visible as a URL, an . aspx file must always be available in the Web space of the application.

对于显示URL页面来说文件必须随时应用程序网站空间可用

Nevertheless, page inheritance is widely used to build an executable representation of each requested. ASPX page.

不过页面继承广泛用于构建请求每个.ASPX页面可执行表示

And if you're trying to login, you'll be hitting the login. aspx page.

同样如果想要登录网站必须访问login.aspx页面

For now, just use the ASPX page shown in Figure 2 , and I'll discuss the Membership class later in the article.

现在只需使用Figure2ASPX而且在下介绍会员

Not counting the pages used for site administration, the Community Starter Kit contains exactly one . aspx page, which is devoid of content.

如果计算用于站点管理页面CommunityStarterKit包含一个没有内容.aspx

Adds a blank ASPX page, ready for you to insert elements and customize.

添加空白ASPX可以立即插入元素进行自定义

The . NET Framework provides a few predefined handlers for common types of resources, including ASPX pages and Web services.

NETFramework提供一些预定处理程序用于通用资源类型包括ASPX页面Web服务

To get around the Flash bug problem using forms authentication, create a folder and add a Web form to the folder.

为了解决使用formsauthenticationFlashBug创建一个文件夹然后文件夹添加Aspx页面

Visual Studio now provides full Javascript Intellisense completion in . aspx files, . htm files, as well as in external . js files.

VisualStudio现在.aspx文件,.htm文件以及外部.js文件提供完整JavascriptIntellisense完成

New pages created from a master page , new blank ASPX pages, and custom list forms that you create are not considered customized pages .

基于母版创建网页空白ASPX以及创建定义列表属于定义网页

To facilitate this, you might create a page called displayCategory. aspx that would display the products for a given category.

为此可以创建一个displayCategory.aspx页面页面显示给定类别产品

NET automatically checks the ACL for each . aspx page requested and denies the request if the caller lacks permission to read the file.

NET自动请求每个.aspx页面检查ACL拒绝没有读取文件权限调用请求

The actual content of the . aspx file determines the assembly (or assemblies) that the application object will load up.

aspx文件实际内容决定应用程序对象加载程序

You can then work with these column types either in the Property Builder, or directly in the HTML code of your ASPX file.

然后可以属性生成器使用这些类型或者直接ASPX文件HTML代码使用

The next step is to create the usual Forms authentication logon screen, named WebLogin. aspx.

接下来需要创建Forms验证登录页面命名WebLogin.aspx。

Property with declarative code in an. Aspx file , use a comma - separated list of field names .

属性使用逗号分隔字段名列

The declarative approach uses control tags within the . aspx file of the Web Part Page.

声明方式Web部件页面.aspx文件定义控件标签

The name of the assembly that contains the ASP. sample_aspx class is mvxvx8xr.

包含ASP.sample_aspx程序名称mvxvxxr

What they often FAIL to consider is how changing URL syntax (ex: webpage. htm to webpage. php or webpage. aspx) will confuse search engines.

他们常常没有考虑改变网址语法例如webpage.htm变成webpage.php或者webpage.aspx)搜索引擎混乱

Adds an ASPX page with a predesigned layout that includes Web Part Zones, into which you can insert Web Parts.

添加ASPX具有预先设计布局包括可以其中插入Web部件Web部件区域

aspx, shown in Figure 6 , uses a stored procedure, procVerifyUser, to validate users.

6BetterLogin.aspx使用存储过程procVerifyUser验证用户

This naturally occurs when the user requests a page with a . aspx extension.

实际上只有用户请求.aspx扩展页面出现这种情况

The resulting HTML output from an ASPX page is the HTML output from the page itself plus the HTML output generated by each server control.

ASPX得到HTML输出来自页面本身HTML输出加上每个服务器控件生成HTML输出

By design, the HttpApplication object looks for a class named after the requested ASPX file.

设计HttpApplication对象查找一个请求ASPX文件命名

Previous versions of MVC relied on the ASPX view engine, for which view files have the . aspx extension.

MVC之前版本建立ASPX视图引擎之上视图文件.aspx扩展名

Now that you've been redirected back to default. aspx, do you see anything different?

现在已经重定向default.aspx页面看到不同么?

The following ASPX markup shows a simple Web page that includes a TextBox server control.

下面ASPX标记显示一个简单Web包含TextBox服务器控件

Use a client to browse to the ASPX page, and then provide domain credentials when prompted.

使用客户端浏览ASPX然后系统提示提供凭据

The property must be pointing to an ASPX file.

属性引发属性必须指向ASPX文件

For instance, if the page is an '. ASPX page', then it will be passed to 'aspnet_isapi. dll' for processing.

举例来说如果请求页面‘.ASPX’,传送‘aspnet_isapi.dll’处理

By default, however, ASPX pages cane still be used to render a view's output using a ViewPage class.

然而默认情况生成视图输出内容依旧使用ASPX页面ViewPage

ASP. NET MVC 3 ships with a new view-engine option called "Razor" (in addition to the existing . aspx view engine).

NETMVC3一个Razor视图引擎选项除了有的.aspx视图引擎)。

In our case, the first "hop" is from the web browser client to the IIS ASPX page; the second hop is to Active Directory Domain Services.

我们例子第一跃点Web浏览器客户端IISASPX第二ActiveDirectory服务

The code for ShowBlogContent. aspx can be found in this article's download.

可以本文下载内容找到ShowBlogContent.aspx代码

These hacks are all possible using the BadProductList. aspx page shown in Figure 2 .

使用2BadProductList.aspx这些攻击可能

The upload page can be any page that can handle uploaded pages, even another ASPX page.

上传页面可以任何可以处理上传文件页面甚至另外一Aspx页面

In ASP. NET MVC, views are still written in the pseudo-HTML language used by aspx files.

ASP.NETMVC开发人员依旧使用aspx文件HTML代码编写视图

In the example it means that in Target. aspx you can access details of Source. aspx.

意味Target.ASP可以访问Source.aspx详细信息

Adds an ASPX page that includes a new view of an existing list or document library.

添加包括现有列表文档视图ASPX