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
    public class OEmbedResponse : object

    Properties

    View Source

    AuthorName

    Declaration
    public string AuthorName { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    AuthorUrl

    Declaration
    public string AuthorUrl { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Height

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

    Html

    Declaration
    public string Html { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ProviderName

    Declaration
    public string ProviderName { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ProviderUrl

    Declaration
    public string ProviderUrl { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ThumbnailHeight

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

    ThumbnailUrl

    Declaration
    public string ThumbnailUrl { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ThumbnailWidth

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

    Title

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Type

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Url

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Version

    Declaration
    public string Version { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Width

    Declaration
    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
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX