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)
new : context:HttpContext * virtualPath:string * physicalPath:string -> SimpleWebHandlerParser
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: