Search Results for

    Show / Hide Table of Contents
    View Source

    Class OEmbedResponse

    Wrapper class for OEmbed response.

    Inheritance
    System.Object
    OEmbedResponseBase<System.Double>
    Namespace: Umbraco.Cms.Core.Media.EmbedProviders
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract]
    public class OEmbedResponse : OEmbedResponseBase<double>

    Properties

    View Source

    Height

    Declaration
    public double? Height { get; }
    Property Value
    Type Description
    System.Nullable<System.Double>
    View Source

    ThumbnailHeight

    Declaration
    public double? ThumbnailHeight { get; }
    Property Value
    Type Description
    System.Nullable<System.Double>
    View Source

    ThumbnailWidth

    Declaration
    public double? ThumbnailWidth { get; }
    Property Value
    Type Description
    System.Nullable<System.Double>
    View Source

    Width

    Declaration
    public double? Width { get; }
    Property Value
    Type Description
    System.Nullable<System.Double>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Height
      • ThumbnailHeight
      • ThumbnailWidth
      • Width
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX