Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 6c1fcef

Browse files
committed
Added a Url property to Gfy to get the Gfy's share page
1 parent 826380d commit 6c1fcef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Gfycat.Net/Gfy.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ internal static Gfy Create(GfycatClient client, Model model)
7171
return returnedGfy;
7272
}
7373

74+
/// <summary>
75+
/// Gets the share page URL for this Gfy
76+
/// </summary>
77+
public string Url => $"https://gfycat.com/{Name}";
78+
7479
public long Number { get; private set; }
7580
/// <summary>
7681
/// Gets the webm url for this gfy

0 commit comments

Comments
 (0)