| Attribute | Description |
|---|---|
| Path | The path attribute can contain either a single URL path or a simple wildcard string (for example, *.aspx). |
| Type | Specifies a comma-separated class/assembly combination. ASP.NET searches for the assembly DLL first in the application's private /bin directory and then in the system assembly cache. |
| Verb | The verb list can be either a comma-separated list of HTTP methods (for example, "GET, PUT, POST") or a start-script mapping (for example, the wildcard character * [an asterisk]). |
asp.net http handler
最新推荐文章于 2023-12-25 18:29:16 发布
本文详细介绍了ASP.NET中路径(path)、类型(Type)及动词(Verb)三个关键属性的使用方法。路径属性可以包含单一URL路径或通配符字符串;类型属性指定了类与程序集的组合,并解释了ASP.NET如何查找程序集DLL;动词属性可以是一系列HTTP方法或开始脚本映射。

911

被折叠的 条评论
为什么被折叠?



