Create a short URL from your long URL.
Namespace: NuGardt.Yourls.APIAssembly: NuGardt.Yourls.API (in NuGardt.Yourls.API.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax
Parameters
- Key
- Type:
System Object
Your own Key for tracking asynchronous calls.
- LongUrl
- Type:
System String
The long URL to shorten.
- Authentication
- Type: NuGardt.Yourls.API IYourlsAuthentication
Authentication details.
- Callback
- Type:
System AsyncCallback
Method to call on completion or failure.
- Keyword (Optional)
- Type:
System String
Keyword to use for the short name.
- Title (Optional)
- Type:
System String
Title of the URL.
Return Value
Type:Returns an System.IAsyncResult.
Remarks
See Also