IInternalConfigWebHost.GetConfigPathFromSiteIDAndVPath Method (String, String)

 

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

Namespace:   System.Web.Configuration.Internal
Assembly:  System.Web (in System.Web.dll)

abstract GetConfigPathFromSiteIDAndVPath : 
        siteID:string *
        vpath:string -> string

Parameters

siteID
Type: System.String

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

vpath
Type: System.String

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

Return Value

Type: System.String

A string representing the path to a configuration file.

.NET Framework
Available since 2.0
Return to top
Show: