Search Results for

    Show / Hide Table of Contents
    View Source

    Class OEmbedResponse

    Wrapper class for OEmbed response

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

    Properties

    View Source

    AuthorName

    Declaration
    [DataMember(Name = "author_name")]
    public string AuthorName { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    AuthorUrl

    Declaration
    [DataMember(Name = "author_url")]
    public string AuthorUrl { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Height

    Declaration
    [DataMember(Name = "height")]
    public double? Height { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>
    View Source

    Html

    Declaration
    [DataMember(Name = "html")]
    public string Html { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ProviderName

    Declaration
    [DataMember(Name = "provider_name")]
    public string ProviderName { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ProviderUrl

    Declaration
    [DataMember(Name = "provider_url")]
    public string ProviderUrl { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ThumbnailHeight

    Declaration
    [DataMember(Name = "thumbnail_height")]
    public double? ThumbnailHeight { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>
    View Source

    ThumbnailUrl

    Declaration
    [DataMember(Name = "thumbnail_url")]
    public string ThumbnailUrl { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ThumbnailWidth

    Declaration
    [DataMember(Name = "thumbnail_width")]
    public double? ThumbnailWidth { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>
    View Source

    Title

    Declaration
    [DataMember(Name = "title")]
    public string Title { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Type

    Declaration
    [DataMember(Name = "type")]
    public string Type { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Url

    Declaration
    [DataMember(Name = "url")]
    public string Url { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Version

    Declaration
    [DataMember(Name = "version")]
    public string Version { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Width

    Declaration
    [DataMember(Name = "width")]
    public double? Width { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    Methods

    View Source

    GetHtml()

    Gets the HTML.

    Declaration
    public string GetHtml()
    Returns
    Type Description
    System.String

    The response HTML

    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • AuthorName
      • AuthorUrl
      • Height
      • Html
      • ProviderName
      • ProviderUrl
      • ThumbnailHeight
      • ThumbnailUrl
      • ThumbnailWidth
      • Title
      • Type
      • Url
      • Version
      • Width
    • Methods
      • GetHtml()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX