UriUtility.Combine-Methode (Uri, String, Boolean)
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared Function Combine ( _
baseUri As Uri, _
relativePath As String, _
treatAbsolutePathAsRelative As Boolean _
) As Uri
public static Uri Combine(
Uri baseUri,
string relativePath,
bool treatAbsolutePathAsRelative
)
Parameter
- baseUri
Typ: System.Uri
- relativePath
Typ: System.String
- treatAbsolutePathAsRelative
Typ: System.Boolean
Rückgabewert
Typ: System.Uri
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.