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

The App Card is a great way to represent mobile applications on Twitter and to drive installs. The app card is designed to allow for a name, description and icon, and also to highlight attributes such as the rating and the price. This Card type is currently available on the twitter.com website, as well as iOS and Android mobile clients. It is not yet available on mobile web. See https://dev.twitter.com/cards/types/app.
상속: TwitterCard
파일 보기 프로젝트 열기: rabbal/Decision

공개 메소드들

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

Initializes a new instance of the AppTwitterCard class.

ToString ( StringBuilder stringBuilder ) : void

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

메소드 상세

AppTwitterCard() 공개 메소드

Initializes a new instance of the AppTwitterCard class.
public AppTwitterCard ( string username ) : System.Text
username string The Twitter username associated with the page e.g. @RehanSaeedUK. This is a required 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