UrlShortenerClientResolve(Uri) Method
Resolves a shortened Url.
Namespace: DevCase.ThirdParty.Google.UrlShortenerAssembly: DevCase.net48.ThirdParty.GoogleServices (in DevCase.net48.ThirdParty.GoogleServices.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public string Resolve(
Uri uri
)
Public Function Resolve (
uri As Uri
) As String
Dim instance As UrlShortenerClient
Dim uri As Uri
Dim returnValue As String
returnValue = instance.Resolve(uri)
public:
String^ Resolve(
Uri^ uri
)
member Resolve :
uri : Uri -> string
No code example is currently available or this language may not be supported.
- uri Uri
-
The shortened URI to resolve.
String
The resulting resolved Url.
This is a code example.
No code example is currently available or this language may not be supported.
Dim client As New UrlShortenerClient("YOUR API KEY")
Dim authSuccess As Boolean = client.Authorize()
Dim shortenedUrl As String = "http://goo.gl/Pfn8S"
Dim resolvedUrl As String = client.Resolve(shortenedUrl)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.