CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Properties | List of all members
CoreTweet.UrlEntity Class Reference

Represents a URL object that contains the string for display and the raw URL. More...

Inheritance diagram for CoreTweet.UrlEntity:
CoreTweet.Entity CoreTweet.Core.CoreBase CoreTweet.MediaEntity

Properties

string DisplayUrl [get, set]
 Gets or sets the URL to display on clients. More...
 
string ExpandedUrl [get, set]
 Gets or sets the expanded version of DisplayUrl. More...
 
string Url [get, set]
 Gets or sets the wrapped URL, corresponding to the value embedded directly into the raw Tweet text, and the values for the indices parameter. More...
 
- Properties inherited from CoreTweet.Entity
int[] Indices [get, set]
 

Additional Inherited Members

- Static Public Member Functions inherited from CoreTweet.Core.CoreBase
static T Convert< T > (string json, string jsonPath="")
 Converts the JSON to a twitter object of the specified type. More...
 
static List< T > ConvertArray< T > (string json, string jsonPath)
 

Detailed Description

Represents a URL object that contains the string for display and the raw URL.

Property Documentation

◆ DisplayUrl

string CoreTweet.UrlEntity.DisplayUrl
getset

Gets or sets the URL to display on clients.

◆ ExpandedUrl

string CoreTweet.UrlEntity.ExpandedUrl
getset

Gets or sets the expanded version of DisplayUrl.

◆ Url

string CoreTweet.UrlEntity.Url
getset

Gets or sets the wrapped URL, corresponding to the value embedded directly into the raw Tweet text, and the values for the indices parameter.


The documentation for this class was generated from the following file: