SimpleWebHandlerParser(HttpContext, String, String) Costruttore

Definizione

Inizializza una nuova istanza della classe SimpleWebHandlerParser.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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)

Parametri

context
HttpContext

Passare null. Il parametro è ora obsoleto.

virtualPath
String

Percorso della directory virtuale corrente.

physicalPath
String

Passare null. Il parametro è ora obsoleto.

Si applica a