<%@ page language= "C #" autoeventwireup= "true" codefile= "Login.aspx.cs" inherits= "Login"%>

Source: Internet
Author: User

<%@ page language= "C #" autoeventwireup= "true" codefile= "Login.aspx.cs" inherits= "Login"%>

<%@ page language= "C #" autoeventwireup= "true" codebehing= "Login.aspx.cs" inherits= "Login"%>

@page means that you are using page pages, which are called ASPX pages.

Language= "C #" represents the programming language as C #
Autoeventwireup= "True" indicates whether certain special events are automatically associated with        automatic binding page_* event methods
Codefile= "Default.aspx.cs" represents the code in that file (logical code)
Inherits= "Login" represents the default name for this page is login

Codebehing refers to the code-behind, that is, some logic code is placed in the Teamp.aspx.cs, in the generation of the site when the CS file will automatically generate DLL files, to achieve the purpose of not seeing the source code. Ahead of efficiency. Typically the name is named after the same ASPX page plus. cs. This means that CS is the real type of the file.
AutoEventWireup refers to whether the page automatic event callback.

CodeFile
Specifies the path to the code-behind file that refers to the page. This property is used with the Inherits property to associate a code-behind source file with a Web page. This property is valid only for compiled pages

<%@ page language= "C #" autoeventwireup= "true" codefile= "Login.aspx.cs" inherits= "Login"%>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.