IInternalConfigWebHost.GetSiteIDAndVPathFromConfigPath Method

Definition

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

C#
public void GetSiteIDAndVPathFromConfigPath(string configPath, out string siteID, out string vpath);

Parameters

configPath
String

A string representing the path to the application's configuration file.

siteID
String

The application's site Identifier. For more information, see ASP.NET Configuration Overview.

vpath
String

The application's virtual path as a string. For more information, see ASP.NET Web Site Paths.

Applies to

Produkt Versiounen
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1