C# Class Upac.Core.Utilities.OEmbedUtil

Utility class for handling OEmbed
Afficher le fichier Open project: 1508/upac-for-umbraco Class Usage Examples

Méthodes publiques

Méthode Description
GetOEmbedHtml ( string url, string maxWidth, string maxHeight ) : string

Gets the O embed HTML.

Method Details

GetOEmbedHtml() public static méthode

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.
Résultat string