Expand Minimize
This topic has not yet been rated - Rate this topic

SPUtility.ConcatUrls method

Concatenates two URL strings into one.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public static string ConcatUrls(
	string firstPart,
	string secondPart
)

Parameters

firstPart
Type: System.String
A string that contains the first part of the URL.
secondPart
Type: System.String
A string that contains the second part of the URL.

Return value

Type: System.String
The concatenated string.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.