VirtualDirectoryMapping Class
Specifies a custom virtual-directory hierarchy for a Web application. This class cannot be inherited.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | VirtualDirectoryMapping(String^, Boolean) | Creates a new instance of the VirtualDirectoryMapping class based on supplied parameters. |
![]() | VirtualDirectoryMapping(String^, Boolean, String^) | Creates a new instance of the VirtualDirectoryMapping class based on supplied parameters. |
| Name | Description | |
|---|---|---|
![]() | ConfigFileBaseName | Gets or sets the name of the configuration file. |
![]() | IsAppRoot | Gets or sets a value that indicates whether the virtual directory should be treated as the application root. |
![]() | PhysicalDirectory | Gets or sets a value that specifies the full server path of a Web application. |
![]() | VirtualDirectory | Gets a value that specifies the virtual directory relative to the root of the Web server. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

