Gets the virtualPath directory. If it doesn't exists under this providers responibillity it transfers the request to the next provider in chain.

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

Syntax

C#
public override VirtualDirectory GetDirectory(
	string virtualPath
)

Parameters

virtualPath
Type: System..::.String

Return Value

VirtualDirectory or null

See Also