Sdílet prostřednictvím


SimpleWebHandlerParser(HttpContext, String, String) Konstruktor

Definice

Inicializuje novou instanci SimpleWebHandlerParser třídy.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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

Předat null . Parametr je nyní zastaralý.

virtualPath
String

Cesta k aktuálnímu virtuálnímu adresáři

physicalPath
String

Předat null . Parametr je nyní zastaralý.

Platí pro