Gets the mapping of Page providers.

Namespace:  EPiServer
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
public PageProviderMap ProviderMap { get; private set; }

Field Value

The provider map.

Remarks

The Provider map contains mapping of the remote site information to IPageStore implementations.

See Also