SimpleWebHandlerParser Constructor (HttpContext, String, String)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the SimpleWebHandlerParser class.
Assembly: System.Web (in System.Web.dll)
protected SimpleWebHandlerParser( HttpContext context, string virtualPath, string physicalPath )
Parameters
- context
-
Type:
System.Web.HttpContext
Pass null. Parameter is now obsolete.
- virtualPath
-
Type:
System.String
The path of the current virtual directory.
- physicalPath
-
Type:
System.String
Pass null. Parameter is now obsolete.
.NET Framework
Available since 1.1
Available since 1.1
Show: