HostingEnvironment.ApplicationVirtualPath Property
.NET Framework (current version)
Gets the root virtual path of the application.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.StringThe root virtual path of the application with no trailing slash (/).
The ApplicationVirtualPath property always returns "/" as the first character of the returned value. If the application is located in the root of the website, the return value is just "/".
.NET Framework
Available since 2.0
Available since 2.0
Show: