IInternalConfigWebHost Interface

Definition

Defines interfaces used by internal .NET Framework infrastructure for accessing and manipulating Host configuration files.

public interface class IInternalConfigWebHost
[System.Runtime.InteropServices.ComVisible(false)]
public interface IInternalConfigWebHost
[<System.Runtime.InteropServices.ComVisible(false)>]
type IInternalConfigWebHost = interface
Public Interface IInternalConfigWebHost
Attributes

Methods

GetConfigPathFromSiteIDAndVPath(String, String)

Returns a value representing the path to a configuration file associated with the provided site identifier and application's virtual path.

GetSiteIDAndVPathFromConfigPath(String, String, String)

Sets the current site identifier of a configuration object based on the application virtual path and the application configuration path.

Applies to