Twitter Class

Generates a script that displays a Twitter feed for a specific user name or search string.

Inheritance Hierarchy

System.Object
  Microsoft.Web.Helpers.Twitter

Namespace:  Microsoft.Web.Helpers
Assembly:  Microsoft.Web.Helpers (in Microsoft.Web.Helpers.dll)

Syntax

'Declaration
Public NotInheritable Class Twitter
'Usage
You do not need to declare an instance of a static class in order to access its members.
public static class Twitter
public ref class Twitter abstract sealed
public final class Twitter

The Twitter type exposes the following members.

Methods

  Name Description
Public methodStatic member Profile Generates an HTML form that displays a Twitter feed for the specified user name.
Public methodStatic member Search Generates an HTML form that displays a Twitter feed for the specified search strings.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Web.Helpers Namespace