UserMapPath Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Maps configuration file virtual paths to physical paths.
public ref class UserMapPath : System::Web::Configuration::IConfigMapPath
public class UserMapPath : System.Web.Configuration.IConfigMapPath
type UserMapPath = class
interface IConfigMapPath
Public Class UserMapPath
Implements IConfigMapPath
- Inheritance
-
UserMapPath
- Implements
Constructors
UserMapPath(ConfigurationFileMap) |
Initializes a new instance of the UserMapPath class. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (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() |
Gets the Type of the current instance. (Inherited from Object) |
MapPath(String, String) |
Returns the physical path based on the site ID and on the URL that is associated with the site. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
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) |