Table of Contents

Class Twitter

Namespace
AjaxControlToolkit
Assembly
AjaxControlToolkit.dll
[ClientCssResource("Twitter")]
public class Twitter : CompositeControl
Inheritance
Twitter

Constructors

Twitter()

public Twitter()

Properties

AlternatingStatusTemplate

[Browsable(false)]
public ITemplate AlternatingStatusTemplate { get; set; }

Property Value

ITemplate

CacheDuration

public int CacheDuration { get; set; }

Property Value

int

Caption

public string Caption { get; set; }

Property Value

string

Count

public int Count { get; set; }

Property Value

int

EmptyDataTemplate

[Browsable(false)]
public ITemplate EmptyDataTemplate { get; set; }

Property Value

ITemplate

IncludeReplies

public bool IncludeReplies { get; set; }

Property Value

bool

IncludeRetweets

public bool IncludeRetweets { get; set; }

Property Value

bool

IsLiveContentOnDesignMode

[Browsable(true)]
public bool IsLiveContentOnDesignMode { get; set; }

Property Value

bool

LayoutTemplate

[Browsable(false)]
public ITemplate LayoutTemplate { get; set; }

Property Value

ITemplate

Mode

public TwitterMode Mode { get; set; }

Property Value

TwitterMode

ProfileImageUrl

public string ProfileImageUrl { get; set; }

Property Value

string

ScreenName

public string ScreenName { get; set; }

Property Value

string
public string Search { get; set; }

Property Value

string

StatusTemplate

[Browsable(false)]
public ITemplate StatusTemplate { get; set; }

Property Value

ITemplate

TagKey

protected override HtmlTextWriterTag TagKey { get; }

Property Value

HtmlTextWriterTag

Title

public string Title { get; set; }

Property Value

string

Methods

public static string ActivateLinks(string text)

Parameters

text string

Returns

string

Ago(DateTime)

public static string Ago(DateTime date)

Parameters

date DateTime

Returns

string

CreateChildControls()

protected override void CreateChildControls()

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs