Handle and Module

Source: Internet
Author: User

"*" path="* " type= " classlibrary831.testhandler,classlibrary831 "

Analytical:

Verb Property : Specifies the HTTP actions supported by the handler. *-supports all HTTP actions; " Get "-support for Get operation;" Post "-support post operation;" GET, POST "-supports two operations.
Path Property : Specifies the path and file name (which can contain wildcards) that require the handler to be called. "*", "*.aspx", "showimage.aspx", "test1.aspx,test2.aspx"
Type Property : Specifies the actual type of the handler or handler factory as a combination of the namespace, class name, and assembly name. Asp. NET runtime first searches the DLL in the bin directory and then searches in the GAC.

  "testmodule" type= " classlibrary831.testmodule,classlibrary831"></add>  

Name: module names, typically class names
Type: There are two parts, the first half is the full name of the namespace and the class name, the second part is the assembly name, and if the class is placed directly in the App_Code folder, the program name is App_Code.

Handle and Module

Related Article

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.