Click or drag to resize
IServerMapPath Method
Returns the physical file path that corresponds to the specified virtual path on the Web server.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
string MapPath(
	string path
)

Parameters

path
Type: SystemString
The virtual path to get the physical path for.

Return Value

Type: String
The physical file path that corresponds to path.
See Also