C# Class Upac.Core.Utilities.OEmbedUtil

Utility class for handling OEmbed
Mostrar archivo Open project: 1508/upac-for-umbraco Class Usage Examples

Public Methods

Method Description
GetOEmbedHtml ( string url, string maxWidth, string maxHeight ) : string

Gets the O embed HTML.

Method Details

GetOEmbedHtml() public static method

Gets the O embed HTML.
public static GetOEmbedHtml ( string url, string maxWidth, string maxHeight ) : string
url string The OEmbed URL/Source.
maxWidth string Width of the max.
maxHeight string Height of the max.
return string