Edit

Share via


IInternalConfigWebHost.GetConfigPathFromSiteIDAndVPath(String, String) Method

Definition

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

public:
 System::String ^ GetConfigPathFromSiteIDAndVPath(System::String ^ siteID, System::String ^ vpath);
public string GetConfigPathFromSiteIDAndVPath (string siteID, string vpath);
abstract member GetConfigPathFromSiteIDAndVPath : string * string -> string
Public Function GetConfigPathFromSiteIDAndVPath (siteID As String, vpath As String) As String

Parameters

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.

Returns

A string representing the path to a configuration file.

Applies to