C# 클래스 Decision.Common.Twitter.Cards.SummaryLargeImageTwitterCard

The Summary Card with Large Image features a large, full-width prominent image alongside a tweet. It is designed to give the reader a rich photo experience, and clicking on the image brings the user to your website. On twitter.com and the mobile clients, the image appears below the tweet text. See https://dev.twitter.com/cards/types/summary-large-image.
상속: TwitterCard
파일 보기 프로젝트 열기: rabbal/Decision

공개 메소드들

메소드 설명
SummaryLargeImageTwitterCard ( string username ) : System.Text

Initializes a new instance of the SummaryLargeImageTwitterCard class.

ToString ( StringBuilder stringBuilder ) : void

Appends a HTML-encoded string representing this instance to the stringBuilder containing the Twitter card meta tags.

메소드 상세

SummaryLargeImageTwitterCard() 공개 메소드

Initializes a new instance of the SummaryLargeImageTwitterCard class.
username is null.
public SummaryLargeImageTwitterCard ( string username ) : System.Text
username string The Twitter username of the creator of the content on the page e.g. @RehanSaeedUK. This is an optional property.
리턴 System.Text

ToString() 공개 메소드

Appends a HTML-encoded string representing this instance to the stringBuilder containing the Twitter card meta tags.
public ToString ( StringBuilder stringBuilder ) : void
stringBuilder System.Text.StringBuilder The string builder.
리턴 void