System.Web.Hosting.VirtualPathProvider.Initialize Method

Initializes the System.Web.Hosting.VirtualPathProvider instance.

Syntax

protected virtual void Initialize ()

Remarks

The VirtualPathProvider.Initialize method is called after the provider is registered with the ASP.NET compilation system. The VirtualPathProvider.Initialize method is used to provide any initialization required after the System.Web.Hosting.VirtualPathProvider instance is placed into the environment the application occupies.

Requirements

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