Class OEmbedResponse
Wrapper class for OEmbed response.
Namespace: Umbraco.Cms.Core.Media.EmbedProviders
Assembly: Umbraco.Core.dll
Syntax
[DataContract]
public class OEmbedResponse : OEmbedResponseBase<double>
Constructors
View SourceOEmbedResponse()
Declaration
public OEmbedResponse()
Properties
View SourceHeight
Gets the height of the embedded content.
Declaration
public double? Height { get; }
Property Value
| Type | Description |
|---|---|
| double? |
ThumbnailHeight
Gets the thumbnail height.
Declaration
public double? ThumbnailHeight { get; }
Property Value
| Type | Description |
|---|---|
| double? |
ThumbnailWidth
Gets the thumbnail width.
Declaration
public double? ThumbnailWidth { get; }
Property Value
| Type | Description |
|---|---|
| double? |
Width
Gets the width of the embedded content.
Declaration
public double? Width { get; }
Property Value
| Type | Description |
|---|---|
| double? |