Registers a new virtual path provider with the ASP.NET compilation system.

Namespace:  EPiServer.Web.Hosting
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
void RegisterVirtualPathProvider(
	VirtualPathProvider virtualPathProvider
)

Parameters

virtualPathProvider
Type: System.Web.Hosting..::.VirtualPathProvider
The virtual path provider.

See Also