IInternalConfigWebHost.GetSiteIDAndVPathFromConfigPath Method

Definition

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

public:
 void GetSiteIDAndVPathFromConfigPath(System::String ^ configPath, [Runtime::InteropServices::Out] System::String ^ % siteID, [Runtime::InteropServices::Out] System::String ^ % vpath);
public void GetSiteIDAndVPathFromConfigPath (string configPath, out string siteID, out string vpath);
abstract member GetSiteIDAndVPathFromConfigPath : string * string * string -> unit
Public Sub GetSiteIDAndVPathFromConfigPath (configPath As String, ByRef siteID As String, ByRef vpath As String)

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