WebPageRazorHost Constructor (String)

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 WebPageRazorHost class with the specified virtual file path.

Namespace:  System.Web.WebPages.Razor
Assembly:  System.Web.WebPages.Razor (in System.Web.WebPages.Razor.dll)

public function WebPageRazorHost(
	virtualPath : String
)

Parameters

virtualPath
Type: System.String
The virtual file path.
Show: