Search Results for

    Show / Hide Table of Contents
    View Source

    Class Twitter

    Embed Provider for Twitter the popular online service for microblogging and social networking.

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

    Constructors

    View Source

    Twitter(IJsonSerializer)

    Declaration
    public Twitter(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
      • Twitter(IJsonSerializer)
    • Properties
      • ApiEndpoint
      • RequestParams
      • UrlSchemeRegex
    • Methods
      • GetMarkup(String, Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX