Determines whether virtualPath is a virtual path handled by this provider.

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

Syntax

C#
public bool IsVirtualPath(
	string virtualPath
)

Parameters

virtualPath
Type: System..::.String
The virtual path.

Return Value

true if the specified virtual path is handled by this provider; otherwise, false.

See Also