Share via


CompilingPathEventArgs(String, WebPageRazorHost) Constructor

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the CompilingPathEventArgs class.

public CompilingPathEventArgs (string virtualPath, System.Web.WebPages.Razor.WebPageRazorHost host);
new System.Web.WebPages.Razor.CompilingPathEventArgs : string * System.Web.WebPages.Razor.WebPageRazorHost -> System.Web.WebPages.Razor.CompilingPathEventArgs
Public Sub New (virtualPath As String, host As WebPageRazorHost)

Parameters

virtualPath
String

The string of virtual path.

host
WebPageRazorHost

The host for the webpage razor.

Applies to