Click or drag to resize

ServerMapPath Method

Returns the physical file path that corresponds to the specified virtual path on the Web Server

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public string MapPath(
	string path
)

Parameters

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

Return Value

Type: String

Implements

IServerMapPath(String)
See Also