System.Web.Compilation.ResourceProviderFactory.CreateLocalResourceProvider Method

When overridden in a derived class, creates a local resource provider.

Syntax

public abstract IResourceProvider CreateLocalResourceProvider (string virtualPath)

Parameters

virtualPath
The path to a resource file.

Returns

A local resource provider.

Remarks

When overridden in a derived class, this method returns an System.Web.Compilation.IResourceProvider object for the given virtualPath parameter. The method could be implemented such that virtualPath maps to a resource file.

Requirements

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