Click or drag to resize
URLHelperUnMapPath Method
Converts the physical file path to virtual path within the web application.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static string UnMapPath(
	string physicalPath
)

Parameters

physicalPath
Type: SystemString
Physical path to convert

Return Value

Type: String
See Also