This class is used for relocating folders outside physical application root. Typical usage is to separate large portions of the the EPiServer UI files from the site files.

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

Syntax

C#
public class VirtualPathNonUnifiedProvider : VirtualPathProvider

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.Web.Hosting..::.VirtualPathProvider
      EPiServer.Web.Hosting..::.VirtualPathNonUnifiedProvider

See Also