Freigeben über


SPWebApplication.GetResponseUri-Methode (SPUrlZone, String)

Ruft den absoluten Stamm der URI für die angegebene Zone und fügt an das Ende den angegebenen Pfad.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function GetResponseUri ( _
    zone As SPUrlZone, _
    path As String _
) As Uri
'Usage
Dim instance As SPWebApplication
Dim zone As SPUrlZone
Dim path As String
Dim returnValue As Uri

returnValue = instance.GetResponseUri(zone, _
    path)
public Uri GetResponseUri(
    SPUrlZone zone,
    string path
)

Parameter

  • path
    Typ: System.String

    Eine Zeichenfolge, die einen serverrelativen Pfad zur an das Ende der Stammwebsite anfügen enthält.

Rückgabewert

Typ: System.Uri
Ein Uri -Objekt, das den absoluten Stamm des URIS gefolgt von dem angegebenen Pfad enthält.

Siehe auch

Referenz

SPWebApplication Klasse

SPWebApplication-Member

GetResponseUri-Überladung

Microsoft.SharePoint.Administration-Namespace