View Source
Wrapper class for OEmbed response
Inheritance
System.Object
Assembly: Umbraco.Web.dll
public class OEmbedResponse
Properties
View Source
Declaration
public string AuthorName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string AuthorUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public double? Height { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
View Source
Declaration
public string Html { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string ProviderName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string ProviderUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public double? ThumbnailHeight { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
View Source
Declaration
public string ThumbnailUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public double? ThumbnailWidth { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
View Source
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string Version { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
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
|