SimpleWebHandlerParser(HttpContext, String, String) Constructor

Definitie

Initialiseert een nieuw exemplaar van de SimpleWebHandlerParser klasse.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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)

Parameters

context
HttpContext

Doorgeven null. Parameter is nu verouderd.

virtualPath
String

Het pad van de huidige virtuele map.

physicalPath
String

Doorgeven null. Parameter is nu verouderd.

Van toepassing op