- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
[ClientCssResource("Twitter")]
public class Twitter : CompositeControl
- Inheritance
-
Twitter
Constructors
Properties
[Browsable(false)]
public ITemplate AlternatingStatusTemplate { get; set; }
Property Value
- ITemplate
public int CacheDuration { get; set; }
Property Value
- int
public string Caption { get; set; }
Property Value
- string
public int Count { get; set; }
Property Value
- int
[Browsable(false)]
public ITemplate EmptyDataTemplate { get; set; }
Property Value
- ITemplate
public bool IncludeReplies { get; set; }
Property Value
- bool
public bool IncludeRetweets { get; set; }
Property Value
- bool
[Browsable(true)]
public bool IsLiveContentOnDesignMode { get; set; }
Property Value
- bool
[Browsable(false)]
public ITemplate LayoutTemplate { get; set; }
Property Value
- ITemplate
public TwitterMode Mode { get; set; }
Property Value
- TwitterMode
public string ProfileImageUrl { get; set; }
Property Value
- string
public string ScreenName { get; set; }
Property Value
- string
public string Search { get; set; }
Property Value
- string
[Browsable(false)]
public ITemplate StatusTemplate { get; set; }
Property Value
- ITemplate
protected override HtmlTextWriterTag TagKey { get; }
Property Value
- HtmlTextWriterTag
public string Title { get; set; }
Property Value
- string
Methods
public static string ActivateLinks(string text)
Parameters
text
string
Returns
- string
public static string Ago(DateTime date)
Parameters
date
DateTime
Returns
- string
protected override void CreateChildControls()
protected override void OnLoad(EventArgs e)
Parameters
e
EventArgs
protected override void OnPreRender(EventArgs e)
Parameters
e
EventArgs