C# 클래스 Upac.Core.Utilities.OEmbedUtil

Utility class for handling OEmbed
파일 보기 프로젝트 열기: 1508/upac-for-umbraco 1 사용 예제들

공개 메소드들

메소드 설명
GetOEmbedHtml ( string url, string maxWidth, string maxHeight ) : string

Gets the O embed HTML.

메소드 상세

GetOEmbedHtml() 공개 정적인 메소드

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.
리턴 string