View Source
Wrapper class for OEmbed response
Inheritance
System.Object
Assembly: Umbraco.Core.dll
[DataContract]
public class OEmbedResponse
Properties
View Source
Declaration
[DataMember(Name = "author_name")]
public string AuthorName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember(Name = "author_url")]
public string AuthorUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember(Name = "height")]
public double? Height { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
View Source
Declaration
[DataMember(Name = "html")]
public string Html { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember(Name = "provider_name")]
public string ProviderName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember(Name = "provider_url")]
public string ProviderUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember(Name = "thumbnail_height")]
public double? ThumbnailHeight { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
View Source
Declaration
[DataMember(Name = "thumbnail_url")]
public string ThumbnailUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember(Name = "thumbnail_width")]
public double? ThumbnailWidth { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
View Source
Declaration
[DataMember(Name = "title")]
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember(Name = "type")]
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember(Name = "url")]
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember(Name = "version")]
public string Version { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember(Name = "width")]
public double? Width { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
Methods
View Source
Declaration
Returns
Type |
Description |
System.String |
The response HTML
|