Creates a local resource provider.

Namespace:  EPiServer.Community.Resources
Assembly:  EPiServer.Community (in EPiServer.Community.dll) Version: 4.0.517.255

Syntax

C#
public override IResourceProvider CreateLocalResourceProvider(
	string virtualPath
)

Parameters

virtualPath
Type: System..::.String
The path to a resource file.

Return Value

An IResourceProvider.

See Also