VirtualPathUtility.ToAppRelative Method (String)
Assembly: System.Web (in system.web.dll)
If the virtual path for the application is "myapp" and the virtual path "/myApp/sub/default.asp" is passed into the ToAppRelative method, the resulting application-relative path is "~/sub/default.aspx".
If virtualPath does not start with the current application path, the ToAppRelative method returns the virtual path unchanged.
If virtualPath is the same as the application path, the root operator (the tilde [~]), is returned. For example, the current application virtual directory path can be accessed from the AppDomainAppVirtualPath property.
The following code example demonstrates how to use the IsAbsolute, IsAppRelative, and ToAppRelative methods.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.