C# 클래스 Daniel15.BusinessLayer.Services.Social.Twitter

Support for sharing posts on Twitter
상속: ISocialShare
파일 보기 프로젝트 열기: Daniel15/Website 1 사용 예제들

공개 메소드들

메소드 설명
GetShareCount ( PostModel post, string url, string shortUrl ) : int

Gets the number of times this URL has been shared on this social network.

GetShareUrl ( PostModel post, string url, string shortUrl ) : string

Gets the URL to share this post on this social network.

메소드 상세

GetShareCount() 공개 메소드

Gets the number of times this URL has been shared on this social network.
public GetShareCount ( PostModel post, string url, string shortUrl ) : int
post Daniel15.Data.Entities.Blog.PostModel The blog post
url string Full URL to this post
shortUrl string Short URL to this post
리턴 int

GetShareUrl() 공개 메소드

Gets the URL to share this post on this social network.
public GetShareUrl ( PostModel post, string url, string shortUrl ) : string
post Daniel15.Data.Entities.Blog.PostModel The blog post
url string Full URL to this post
shortUrl string Short URL to this post
리턴 string