Gets the embed content for each particular service.

Namespace: MonoSoftware.MonoX.oEmbed
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public string GetEmbed(
	string url,
	string apiEndpoint,
	ServiceCallBuilder..::..DataType serviceType
)
Visual Basic
Public Function GetEmbed ( 
	url As String,
	apiEndpoint As String,
	serviceType As ServiceCallBuilder..::..DataType
) As String
Visual C++
public:
String^ GetEmbed(
	String^ url, 
	String^ apiEndpoint, 
	ServiceCallBuilder..::..DataType serviceType
)
F#
member GetEmbed : 
        url : string * 
        apiEndpoint : string * 
        serviceType : ServiceCallBuilder..::..DataType -> string 

Parameters

url
Type: System..::..String
URL.
apiEndpoint
Type: System..::..String
API endpoint.
serviceType
Type: MonoSoftware.MonoX.oEmbed.Utilities..::..ServiceCallBuilder..::..DataType
Service type.

Return Value

Type: String
oEmbed object.

See Also