WebApplicationSelector.AppendWebApplicationIdToUrl Method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function AppendWebApplicationIdToUrl ( _
strUrl As String _
) As String
'Usage
Dim instance As WebApplicationSelector
Dim strUrl As String
Dim returnValue As String
returnValue = instance.AppendWebApplicationIdToUrl(strUrl)
public string AppendWebApplicationIdToUrl(
string strUrl
)
Parameters
- strUrl
Type: System.String
Return Value
Type: System.String