WebPageHttpHandler.CreateFromVirtualPath(String) Method

Definition

Creates a new IHttpHandler handler object from the specified virtual path.

public static System.Web.IHttpHandler CreateFromVirtualPath (string virtualPath);
static member CreateFromVirtualPath : string -> System.Web.IHttpHandler
Public Shared Function CreateFromVirtualPath (virtualPath As String) As IHttpHandler

Parameters

virtualPath
String

The virtual path to use to create the handler.

Returns

A IHttpHandler object for the specified virtual path.

Applies to