SimpleWebHandlerParser Constructor (HttpContext, String, String)

 

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.

Namespace:   System.Web.UI
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
Return to top
Show: