UtilImgurGetThumbnailUrl(Uri, ThumbnailType) Method

Given a Imgur's image url, returns the corresponding url that points to the specified thumbnail type.

Definition

Namespace: DevCase.ThirdParty.Imgur
Assembly: DevCase.net48.ThirdParty.Imgur (in DevCase.net48.ThirdParty.Imgur.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string GetThumbnailUrl(
	Uri imageUrl,
	ThumbnailType thumbnailType
)

Parameters

imageUrl  Uri
The image url.
thumbnailType  ThumbnailType
The type of thumbnail url to retrieve.

Return Value

String
The resulting thumbnail's url. .

See Also