Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.String- The 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