Search Results for

    Show / Hide Table of Contents
    View Source

    Class OEmbedResponse

    Wrapper class for OEmbed response.

    Inheritance
    object
    OEmbedResponseBase<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
    double?
    View Source

    ThumbnailHeight

    Declaration
    public double? ThumbnailHeight { get; }
    Property Value
    Type Description
    double?
    View Source

    ThumbnailWidth

    Declaration
    public double? ThumbnailWidth { get; }
    Property Value
    Type Description
    double?
    View Source

    Width

    Declaration
    public double? Width { get; }
    Property Value
    Type Description
    double?
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX