SimpleWebHandlerParser(HttpContext, String, String) 构造函数

定义

初始化 SimpleWebHandlerParser 类的新实例。

此 API 支持产品基础结构,不能在代码中直接使用。

protected:
 SimpleWebHandlerParser(System::Web::HttpContext ^ context, System::String ^ virtualPath, System::String ^ physicalPath);
protected SimpleWebHandlerParser (System.Web.HttpContext context, string virtualPath, string physicalPath);
new System.Web.UI.SimpleWebHandlerParser : System.Web.HttpContext * string * string -> System.Web.UI.SimpleWebHandlerParser
Protected Sub New (context As HttpContext, virtualPath As String, physicalPath As String)

参数

context
HttpContext

传递 null。 参数现已过时。

virtualPath
String

当前虚拟目录的路径。

physicalPath
String

传递 null。 参数现已过时。

适用于