View Source
Wrapper class for OEmbed response.
Inheritance
System.Object
Assembly: Umbraco.Core.dll
[DataContract]
public class OEmbedResponse : OEmbedResponseBase<double>
Properties
View Source
Declaration
public double? Height { get; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
View Source
Declaration
public double? ThumbnailHeight { get; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
View Source
Declaration
public double? ThumbnailWidth { get; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
View Source
Declaration
public double? Width { get; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|