Click or drag to resize

SimulatedHttpRequestMapPath Method

Maps the path to a file system path.

Namespace:  Enkoni.Framework.Testing
Assembly:  Enkoni.Framework.Testing (in Enkoni.Framework.Testing.dll) Version: 1.3.0.1
Syntax
public override string MapPath(
	string virtualPath
)

Parameters

virtualPath
Type: SystemString
Virtual path.

Return Value

Type: String
The result of the operation.
See Also