Partager via


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

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