SimpleWebHandlerParser(HttpContext, String, String) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy SimpleWebHandlerParser.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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)

Parametry

context
HttpContext

Przekaż null. Parametr jest teraz przestarzały.

virtualPath
String

Ścieżka bieżącego katalogu wirtualnego.

physicalPath
String

Przekaż null. Parametr jest teraz przestarzały.

Dotyczy