UserMapPath Class
Maps configuration file virtual paths to physical paths.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | UserMapPath(ConfigurationFileMap^) | Initializes a new instance of the UserMapPath class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetAppPathForPath(String^, String^) | Returns the virtual directory name that is associated with a specific site. |
![]() | GetDefaultSiteNameAndID(String^%, String^%) | Populates the default site name and the site ID. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetMachineConfigFilename() | Returns the machine-configuration file name. |
![]() | GetPathConfigFilename(String^, String^, String^%, String^%) | Populates the directory and name of the configuration file based on the site ID and site path. |
![]() | GetRootWebConfigFilename() | Returns the physical path of the configuration file that is at the Web application root. |
![]() | GetType() | |
![]() | MapPath(String^, String^) | Returns the physical path based on the site ID and on the URL that is associated with the site. |
![]() | MemberwiseClone() | |
![]() | ResolveSiteArgument(String^, String^%, String^%) | Populates the site name and site ID based on a site argument value. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.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.

