PathUtility.CombineVirtualPath Method (String, String[])
Combines paths to create a base path.
Namespace: Microsoft.WindowsServerSolutions.Web
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public static string CombineVirtualPath(
string basePath,
params string[] adds
)
public:
static String^ CombineVirtualPath(
String^ basePath,
... array<String^>^ adds
)
Public Shared Function CombineVirtualPath (
basePath As String,
ParamArray adds As String()
) As String
Parameters
basePath
Type: System.StringThe base path.
adds
Type: System.String[]The relative paths that are added.
Return Value
Type: System.String
An instance of String that contains the combined base path.
See Also
PathUtility Class
Microsoft.WindowsServerSolutions.Web Namespace
Return to top