Class OEmbedResponse
Wrapper class for OEmbed response.
Namespace: Umbraco.Cms.Core.Media.EmbedProviders
Assembly: Umbraco.Core.dll
Syntax
[DataContract]
public class OEmbedResponse : OEmbedResponseBase<double>
Properties
View SourceHeight
Declaration
public double? Height { get; }
Property Value
| Type | Description |
|---|---|
| double? |
ThumbnailHeight
Declaration
public double? ThumbnailHeight { get; }
Property Value
| Type | Description |
|---|---|
| double? |
ThumbnailWidth
Declaration
public double? ThumbnailWidth { get; }
Property Value
| Type | Description |
|---|---|
| double? |
Width
Declaration
public double? Width { get; }
Property Value
| Type | Description |
|---|---|
| double? |