| 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
)
Public Function MapPath (
path As String
) As String
Parameters
- path
- Type: SystemString
The virtual path to get the physical path for
Return Value
Type:
StringImplements
IServerMapPath(String)See Also