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.
现在,只需使用Figure2所示的ASPX页,而且我将在下文中介绍会员类。
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.
为了解决在使用formsauthentication时Flash的Bug,创建一个新的文件夹然后在文件夹里添加一张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.
图6所示的BetterLogin.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 .
使用图2所示的BadProductList.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页。