System.Web.Hosting.VirtualPathProvider.Previous Property

Gets a reference to a previously registered System.Web.Hosting.VirtualPathProvider object in the compilation system.

Syntax

protected VirtualPathProvider Previous { get; }

Value

Documentation for this section has not yet been entered.

Remarks

When a System.Web.Hosting.VirtualPathProvider object is registered with the ASP.NET compilation system, it is added to a chain of providers. Use the VirtualPathProvider.Previous property to hand processing off to the previous System.Web.Hosting.VirtualPathProvider object in the chain if the requested path is not provided by this System.Web.Hosting.VirtualPathProvider instance.

The chain of path providers always ends with the default ASP.NET provider, which serves files from the file system.

Requirements

Namespace: System.Web.Hosting
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0