PathUtility.PhysicalToVirtual Method (String)
Converts a physical path to a virtual path.
Namespace: Microsoft.WindowsServerSolutions.Web
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public static string PhysicalToVirtual(
string physicalPath
)
public:
static String^ PhysicalToVirtual(
String^ physicalPath
)
Public Shared Function PhysicalToVirtual (
physicalPath As String
) As String
Parameters
physicalPath
Type: System.StringThe physical path to convert.
Return Value
Type: System.String
An instance of String that contains the virtual path.
See Also
PathUtility Class
Microsoft.WindowsServerSolutions.Web Namespace
Return to top