VirtualPathUtility.ToAbsolute Method (String)
Assembly: System.Web (in system.web.dll)
An application absolute path is one where the application path is used instead of the root operator (the tilde [~]).
If virtualPath is:
-
Absolute, the ToAbsolute method returns the virtual path unchanged.
-
Application relative, the ToAbsolute method appends the current application virtual directory path to the beginning of the virtualPath. For example, the current application virtual directory path can be accessed from the AppDomainAppVirtualPath property.
-
Not rooted, the ToAbsolute method raises an ArgumentOutOfRangeException exception.
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.