SimpleWebHandlerParser 类
定义
提供用于分析 Web 处理程序文件的基本功能。Provides base functionality for parsing Web handler files.
此 API 支持产品基础结构,不能在代码中直接使用。
public ref class SimpleWebHandlerParser abstract
public abstract class SimpleWebHandlerParser
type SimpleWebHandlerParser = class
Public MustInherit Class SimpleWebHandlerParser
- 继承
-
SimpleWebHandlerParser
- 派生
实施者说明
当从继承时 SimpleWebHandlerParser ,必须重写 DefaultDirectiveName 属性。When you inherit from SimpleWebHandlerParser, you must override the DefaultDirectiveName property.
构造函数
| SimpleWebHandlerParser(HttpContext, String, String) |
此 API 支持产品基础结构,不能在代码中直接使用。 初始化 SimpleWebHandlerParser 类的新实例。Initializes a new instance of the SimpleWebHandlerParser class. |
属性
| DefaultDirectiveName |
此 API 支持产品基础结构,不能在代码中直接使用。 当在派生类中重写时,从 <%@ %> 块中获取主指令的名称。When overridden in a derived class, gets the name of the main directive from a <%@ %> block. |
方法
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetCompiledTypeFromCache() |
此 API 支持产品基础结构,不能在代码中直接使用。 从虚拟路径返回已编译对象的类型。Returns the type for the compiled object from the virtual path. |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |