Search Results for

    Show / Hide Table of Contents
    View Source

    Class Soundcloud

    Embed Provider for SoundCloud the popular online audio distribution platform and music sharing provider.

    Inheritance
    System.Object
    OEmbedProviderBase
    EmbedProviderBase
    Namespace: Umbraco.Cms.Core.Media.EmbedProviders
    Assembly: Umbraco.Core.dll
    Syntax
    public class Soundcloud : EmbedProviderBase, IEmbedProvider

    Constructors

    View Source

    Soundcloud(IJsonSerializer)

    Declaration
    public Soundcloud(IJsonSerializer jsonSerializer)
    Parameters
    Type Name Description
    IJsonSerializer jsonSerializer

    Properties

    View Source

    ApiEndpoint

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

    RequestParams

    Declaration
    public override Dictionary<string, string> RequestParams { get; }
    Property Value
    Type Description
    Umbraco.Cms.Core.Dictionary<System.String, System.String>
    View Source

    UrlSchemeRegex

    Declaration
    public override string[] UrlSchemeRegex { get; }
    Property Value
    Type Description
    System.String[]

    Methods

    View Source

    GetMarkup(String, Int32, Int32)

    Declaration
    public override string GetMarkup(string url, int maxWidth = 0, int maxHeight = 0)
    Parameters
    Type Name Description
    System.String url
    System.Int32 maxWidth
    System.Int32 maxHeight
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • Soundcloud(IJsonSerializer)
    • Properties
      • ApiEndpoint
      • RequestParams
      • UrlSchemeRegex
    • Methods
      • GetMarkup(String, Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX